webupdate
This commit is contained in:
16
backend/.env
16
backend/.env
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user