Skip to content

Commit cb44a3e

Browse files
committed
feat(env): add INITIAL_ADMIN_EMAIL to .env.example
- Include INITIAL_ADMIN_EMAIL in the environment variables example file - Explain its purpose and usage for setting up the initial administrator account - Clarify that it's only used on the first startup and won't change existing admin email
1 parent 2dca561 commit cb44a3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@
3333
# Defaults to "https://api.sendgrid.com" if not set.
3434
# Use "https://api.eu.sendgrid.com" for EU-based accounts.
3535
# SENDGRID_API_URL="https://api.sendgrid.com"
36+
37+
# REQUIRED FOR FIRST RUN: The email address for the initial administrator account.
38+
# This value is used ONLY on the first startup to create the first admin user.
39+
# If a user with this email already exists, nothing will happen.
40+
# Changing this value after the first run WILL NOT change the existing admin's email.
41+
# To create a new admin, you must do so from the dashboard after logging in.
42+
# INITIAL_ADMIN_EMAIL="[email protected]"

0 commit comments

Comments
 (0)