2022-02-03 16:46:54 -05:00
|
|
|
FLASK_ENV=production
|
2022-02-03 16:49:05 -05:00
|
|
|
FLASK_APP=forest/__init__.py
|
2022-02-03 16:46:54 -05:00
|
|
|
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
|
|
|
|
|