forked from dsmrreader/dsmr-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.template
24 lines (21 loc) · 1.27 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
################################################################################################################
### When needed, adjust these or define them as system environment variables (the latter takes priority). ###
### ###
### For a full list of environment vars to use (or override) see: ###
### https://dsmr-reader.readthedocs.io/en/latest/settings.html ###
### ###
### This config lacks a SECRET_KEY statement by default. Run ./tools/generate-secret-key.sh to generate one. ###
################################################################################################################
### Database.
DB_ENGINE=django.db.backends.postgresql
DB_HOST=localhost
DB_PORT=5432
DB_NAME=dsmrreader
DB_USER=dsmrreader
DB_PASS=dsmrreader
### Logging level.
###DSMRREADER_LOGLEVEL=DEBUG
### Webinterface (super)user for admin interface. Please choose your credentials carefully.
### User will be created (or its password reset) when running: ./manage.py dsmr_superuser
DSMR_USER=
DSMR_PASSWORD=