palindrome-django/live.env.tpl

12 lines
244 B
Smarty
Raw Permalink Normal View History

2021-03-23 20:25:45 +00:00
### These are examples do not use in production! ###
### Django settings ###
SECRET_KEY=secretkey
DEBUG=False
### Postgress DB ###
POSTGRES_PASSWORD=password
# USER and DB name have to be the same
POSTGRES_USER=dbname
POSTGRES_DB_NAME=dbname