New:
Snibox
This commit is contained in:
18
snibox/files/.env
Normal file
18
snibox/files/.env
Normal file
@ -0,0 +1,18 @@
|
||||
# Secrets
|
||||
SECRET_KEY_BASE=df646c2613b559ae1785672bac90737be0980f7b76c04943550e70b750d8d2d2
|
||||
# SSL
|
||||
FORCE_SSL=false
|
||||
# Database
|
||||
DB_NAME=snibox
|
||||
DB_USER=postgres
|
||||
DB_PASS=123456
|
||||
DB_HOST=db
|
||||
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=
|
||||
Reference in New Issue
Block a user