Added super user for whole service management

This commit is contained in:
gulimabr
2025-12-05 15:00:14 -03:00
parent 18f44c0e85
commit 592da7a2b6
21 changed files with 2268 additions and 25 deletions

View File

@@ -53,3 +53,11 @@ DATABASE_PASSWORD=your-password
# Set to true to log all SQL queries (useful for debugging)
DATABASE_ECHO=false
# -------------------------------------------
# Super Admin Configuration
# -------------------------------------------
# Credentials for the Super Admin user to be auto-provisioned at startup
SUPER_ADMIN_USERNAME=masteradmin
SUPER_ADMIN_EMAIL=masteradmin@example.com
SUPER_ADMIN_PASSWORD=YourSecurePassword123!