Compare commits

..

No commits in common. "db10a59e24b592cfb75183df3955240eb5635a34" and "a8abf624025081b6b0ce33e357b5141d5294ff4d" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -35,9 +35,9 @@ backend:
# Email configuration for password reset (optional) # Email configuration for password reset (optional)
SMTP_HOST: "smtp.gmail.com" SMTP_HOST: "smtp.gmail.com"
SMTP_PORT: "587" SMTP_PORT: "587"
SMTP_USERNAME: "dvirlabs@gmail.com" SMTP_USERNAME: ""
SMTP_PASSWORD: "tlet bebr jwbe amzw" SMTP_PASSWORD: ""
SMTP_FROM: "dvirlabs@gmail.com" SMTP_FROM: "noreply@brand-master.com"
# JWT Secret Key (IMPORTANT: Change this in production!) # JWT Secret Key (IMPORTANT: Change this in production!)
jwtSecretKey: "your-secret-key-change-this-in-production" jwtSecretKey: "your-secret-key-change-this-in-production"

View File

@ -26,7 +26,7 @@ backend:
BACKEND_URL: "https://api-brand-master.dvirlabs.com" BACKEND_URL: "https://api-brand-master.dvirlabs.com"
FRONTEND_URL: "https://brand-master.dvirlabs.com" FRONTEND_URL: "https://brand-master.dvirlabs.com"
# Admin user credentials (change in production!) # Admin user credentials (change in production!)
ADMIN_EMAIL: "dvir8360@gmail.com" ADMIN_EMAIL: "admin@brandmaster.com"
ADMIN_PASSWORD: "Admin123!" ADMIN_PASSWORD: "Admin123!"
ADMIN_FULL_NAME: "System Administrator" ADMIN_FULL_NAME: "System Administrator"
# Email configuration for password reset (optional) # Email configuration for password reset (optional)