Added super user for whole service management
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user