webupdate

This commit is contained in:
Local Server
2026-01-18 02:22:05 -06:00
parent 6fc159051a
commit 2a2a3d99e5
135 changed files with 54897 additions and 9825 deletions

View File

@@ -16,4 +16,18 @@ DATABASE_URL="postgresql://skyartapp:SkyArt2025Pass@localhost:5432/skyartshop?sc
JWT_SECRET=skyart-shop-secret-2025-change-this-in-production
JWT_EXPIRES_IN=7d
CORS_ORIGIN=http://localhost:5173
MAX_FILE_SIZE=5242880
MAX_FILE_SIZE=62914560
# ============================================
# EMAIL CONFIGURATION (Gmail SMTP)
# ============================================
# Replace YOUR_GMAIL@gmail.com with your actual Gmail address
# Replace YOUR_APP_PASSWORD with the 16-character app password from Google
# (Remove spaces from the app password)
#
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=YOUR_GMAIL@gmail.com
SMTP_PASS=YOUR_APP_PASSWORD
SMTP_FROM="Sky Art Shop" <YOUR_GMAIL@gmail.com>