define dist.env
This commit is contained in:
parent
bb1cf507ec
commit
0caa321b5d
1 changed files with 26 additions and 0 deletions
26
dist.env
Normal file
26
dist.env
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
FLASK_ENV=production
|
||||||
|
FLASK_APP=forest/__init__.py
|
||||||
|
APP_FOLDER=/home/app/web
|
||||||
|
SECRET_KEY=123
|
||||||
|
RECAPTCHA_PUBLIC_KEY=456
|
||||||
|
RECAPTCHA_PRIVATE_KEY=789
|
||||||
|
|
||||||
|
SQL_HOST=db
|
||||||
|
SQL_PORT=5432
|
||||||
|
DATABASE=postgres
|
||||||
|
|
||||||
|
DATABASE_URL=postgresql://forest:forest123@db:5432/forest_prod
|
||||||
|
POSTGRES_USER=forest
|
||||||
|
POSTGRES_PASSWORD=forest123
|
||||||
|
POSTGRES_DB=forest_prod
|
||||||
|
PGADMIN_DEFAULT_EMAIL=daniel@deflax.net
|
||||||
|
PGADMIN_DEFAULT_PASSWORD=
|
||||||
|
PGADMIN_CONFIG_SERVER_MODE=False
|
||||||
|
|
||||||
|
MAIL_ADMIN=daniel@deflax.net
|
||||||
|
MAIL_SUBJECT_PREFIX=ForestNet
|
||||||
|
MAIL_SERVER=smtp.gmail.com
|
||||||
|
MAIL_USERNAME=admin@gmail.com
|
||||||
|
MAIL_PASSWORD=kur
|
||||||
|
MAIL_PORT=25
|
||||||
|
MAIL_USE_TLS=1
|
Loading…
Reference in a new issue