self-hosted/snibox/sample.env
Lorenzo Carbonell 345b8b3bc2 config
2022-10-03 20:37:15 +02:00

22 lines
379 B
Bash

# Secrets
SECRET_KEY_BASE=
# SSL
FORCE_SSL=false
# Database
DB_NAME=postgres
DB_USER=postgres
DB_PASS=
DB_HOST=database
DB_PORT=5432
# Mailgun. Required by 'Reset password feature'. Feel free to start without this setup.
MAILGUN_SMTP_PORT=587
MAILGUN_SMTP_SERVER=smtp.mailgun.org
MAILGUN_SMTP_LOGIN=
MAILGUN_SMTP_PASSWORD=
MAILGUN_API_KEY=
MAILGUN_DOMAIN=
MAILGUN_PUBLIC_KEY=