mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Re-add DB_WAIT_DEBUG variable to netbox.env for debugging purposes
This commit is contained in:
parent
7cb8953113
commit
156f813872
1
env/netbox.env
vendored
1
env/netbox.env
vendored
|
|
@ -2,6 +2,7 @@ CORS_ORIGIN_ALLOW_ALL=True
|
|||
DB_HOST=postgres
|
||||
DB_NAME=netbox
|
||||
DB_PASSWORD=J5brHrAXFLQSif0K
|
||||
DB_WAIT_DEBUG=1
|
||||
DB_USER=netbox
|
||||
EMAIL_FROM=netbox@bar.com
|
||||
EMAIL_PASSWORD=
|
||||
|
|
|
|||
Loading…
Reference in a new issue