bundesdata_web_app/live.env.tpl

11 lines
251 B
Smarty
Raw Permalink Normal View History

2020-07-28 14:31:14 +00:00
### These are examples do not use in production! ###
### Django settings ###
SECRET_KEY=secretkey
2020-12-04 14:55:11 +00:00
DEBUG=False
2020-07-28 14:31:14 +00:00
### Postgress DB ###
POSTGRES_PASSWORD=password
2020-07-30 08:15:20 +00:00
# USER and DB name have to be the same
POSTGRES_USER=bundesdata
POSTGRES_DB_NAME=bundesdata