use the production settings in the example

This commit is contained in:
Andreas Zweili 2022-03-29 21:11:37 +02:00
parent c968c5eca9
commit 781df9eabf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
POSTGRES_DB=network_inventory
POSTGRES_PASSWORD=password
DJANGO_SETTINGS_MODULE=network_inventory.settings.docker
DJANGO_SETTINGS_MODULE=network_inventory.settings.production
DJANGO_DEBUG=False
DJANGO_SECRET_KEY=foo
DOMAIN=inventory.example.com