[#1] Add default theme env variable

This commit is contained in:
Ahmed Al-Taiar
2024-10-24 18:38:07 -04:00
parent 284a4c5520
commit 03717113f4
9 changed files with 34 additions and 2 deletions

View File

@ -13,6 +13,7 @@ services:
- FIRST_NAME=first name # Your first name
- LAST_NAME=lastname # Your last name
- COUNTRY=US # ISO-3166-1 alpha-2 country code, https://en.wikipedia.org/wiki/ISO_3166-1#Codes
- DEFAULT_THEME=light # 'light' or 'dark'
- SMTP_HOST=smtp.example.com
- SMTP_PORT=465
- SMTP_SECURE=true