9 lines
212 B
Smarty
9 lines
212 B
Smarty
|
### These are examples do not use in production! ###
|
||
|
|
||
|
### Django settings ###
|
||
|
SECRET_KEY=secretkey
|
||
|
|
||
|
### Postgress DB ###
|
||
|
POSTGRES_PASSWORD=password
|
||
|
POSTGRES_USER=bundesdata_app_user
|
||
|
POSTGRES_DB_NAME=bundesdata_db
|