Add example env

This commit is contained in:
Michael Götz 2019-02-07 16:38:49 +01:00
parent a5d0c977bf
commit 9bceb0d4dd

7
docker_example.env Normal file
View File

@ -0,0 +1,7 @@
DB_HOST=<hostname>
POSTGRES_DB=<db name>
POSTGRES_USER=<user name>
POSTGRES_PASSWORD=<user password>
# Padlist
TESTING=<True|False>