Fix Brand Master API URL and admin credentials
- Changed VITE_API_URL to include /api suffix: https://api-brand-master.dvirlabs.com/api - Fixed admin credentials: admin@brandmaster.com / Admin123! - This fixes 502 errors and admin login issues
This commit is contained in:
parent
52d76484a6
commit
908c141f21
@ -26,8 +26,8 @@ backend:
|
||||
BACKEND_URL: "https://api-brand-master.dvirlabs.com"
|
||||
FRONTEND_URL: "https://brand-master.dvirlabs.com"
|
||||
# Admin user credentials (change in production!)
|
||||
ADMIN_EMAIL: "admin@brand-master.com"
|
||||
ADMIN_PASSWORD: "admin123" # CHANGE THIS!
|
||||
ADMIN_EMAIL: "admin@brandmaster.com"
|
||||
ADMIN_PASSWORD: "Admin123!"
|
||||
ADMIN_FULL_NAME: "System Administrator"
|
||||
# Email configuration for password reset (optional)
|
||||
SMTP_HOST: "smtp.gmail.com"
|
||||
@ -74,7 +74,7 @@ frontend:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
env:
|
||||
VITE_API_URL: "https://api-brand-master.dvirlabs.com"
|
||||
VITE_API_URL: "https://api-brand-master.dvirlabs.com/api"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user