mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
23 lines
776 B
Plaintext
23 lines
776 B
Plaintext
# This is an environment variable file for Endurain's docker-compose.yml.example
|
|
# These are just the variable you have to set to be up and running.
|
|
# There is many more variable you could set. Check them out here: https://docs.endurain.com/getting-started/advanced-started/#supported-environment-variables
|
|
|
|
DB_PASSWORD=changeme
|
|
POSTGRES_PASSWORD=changeme
|
|
SECRET_KEY=changeme
|
|
FERNET_KEY=changeme
|
|
TZ=Europe/Lisbon
|
|
ENDURAIN_HOST=https://endurain.example.com
|
|
BEHIND_PROXY=true
|
|
POSTGRES_DB=endurain
|
|
POSTGRES_USER=endurain
|
|
PGDATA=/var/lib/postgresql/data/pgdata
|
|
|
|
# Email configuration (for password reset functionality)
|
|
#SMTP_HOST=smtp.protonmail.ch
|
|
#SMTP_PORT=587
|
|
#SMTP_USERNAME=your-email@example.com
|
|
#SMTP_PASSWORD=your-app-password
|
|
#SMTP_SECURE=true
|
|
#SMTP_SECURE_TYPE=starttls
|