Add admin setting

This commit is contained in:
dvirlabs 2026-05-11 08:06:28 +03:00
parent 97465e9d8c
commit 1af3159180

View File

@ -29,6 +29,8 @@ backend:
ADMIN_EMAIL: "shilohorev1@gmail.com"
ADMIN_PASSWORD: "Admin123!"
ADMIN_FULL_NAME: "System Administrator"
# Set to "true" to reset admin password on every deployment (useful if you forgot password)
FORCE_ADMIN_PASSWORD_RESET: "false"
# Email configuration for password reset (optional)
SMTP_HOST: "smtp.gmail.com"
SMTP_PORT: "587"