net/.env.prod-sample
2022-02-05 02:58:50 +00:00

21 lines
418 B
Plaintext

FLASK_ENV=production
FLASK_APP=forest/__init__.py
APP_FOLDER=/home/app/web
SQL_HOST=db
SQL_PORT=5432
DATABASE=postgres
POSTGRES_USER=forest
POSTGRES_PASSWORD=forest123
POSTGRES_DB=forest_prod
DATABASE_URL=postgresql://forest:forest123@db:5432/forest_prod
MAIL_SERVER = smtp.gmail.com
MAIL_USERNAME = admin@gmail.com
MAIL_PASSWORD = kur
MAIL_PORT = 25
MAIL_SUBJECT_PREFIX = ForestNet
MAIL_ADMIN = daniel@deflax.net