You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the file is missing or the variable is blank, the bundled theme remains the only stylesheet.
Event
Variable
Default
Description
EVENT_WEBSITE
https://alphnology.com
URL shown in the "Event Website" nav link
EVENT_SCHEDULE
https://alphnology.com
URL for the schedule link
GitHub Integration (optional)
Used by the "Report a Bug" feature in the app. Leave blank to disable it.
Variable
Default
Description
GIT_HUB_API_TOKEN
(none)
GitHub Personal Access Token with repo scope
GIT_HUB_REPOSITORY_NAME
alphnology/open-schedule
Repository to open issues against
Date & Time Formatting
Variable
Default
Description
FORMATTER_DATE
MM-dd-yyyy
Date display format
FORMATTER_TIME
HH:mm
Time display format (24h)
FORMATTER_TIME_12
hh:mm a
Time display format (12h)
FORMATTER_DATE_TIME
MM-dd-yyyy HH:mm
Date + time display format
FORMATTER_DATE_TIME_12
MM-dd-yyyy hh:mm a
Date + time display format (12h)
Miscellaneous
Variable
Default
Description
NOTIFICATION_TIME
3000
Notification auto-dismiss time in milliseconds
Production checklist
[ ] DB_PASSWORD is a strong, unique password
[ ] STORAGE_ACCESS_KEY and STORAGE_SECRET_KEY are not default values
[ ] EMAIL_SMTP_PASSWORD / POSTAL_API_KEY are rotated secrets
[ ] EMAIL_SETTINGS_MASTER_KEY is set if UI secret persistence is enabled
[ ] GIT_HUB_API_TOKEN has minimum required scope
[ ] APP_URL matches your actual public domain
[ ] EMAIL_FROM_ADDRESS is a verified sender domain
[ ] .env is in .gitignore and never committed