diff --git a/configuration/plugins.py b/configuration/plugins.py index 0da5fbb..d0756a8 100644 --- a/configuration/plugins.py +++ b/configuration/plugins.py @@ -1,18 +1,3 @@ -# Add your plugins and plugin settings here. -# Of course uncomment this file out. - -# To learn how to build images with your required plugins -# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins - -# PLUGINS = ["netbox_bgp"] - -# PLUGINS_CONFIG = { -# "netbox_bgp": { -# ADD YOUR SETTINGS HERE -# } -# } - - PLUGINS = [ "netbox_topology_views", "netbox_lifecycle", @@ -20,9 +5,4 @@ PLUGINS = [ "netbox_qrcode", ] -PLUGINS_CONFIG = { - # Beispiel für Topology Views, falls nötig: - # "netbox_topology_views": { - # "some_setting": "value" - # } -} \ No newline at end of file +PLUGINS_CONFIG = {} diff --git a/env/netbox.env b/env/netbox.env index c89844f..6d29a5e 100644 --- a/env/netbox.env +++ b/env/netbox.env @@ -3,6 +3,7 @@ DB_HOST=postgres DB_NAME=netbox DB_PASSWORD=J5brHrAXFLQSif0K DB_USER=netbox +DB_WAIT_DEBUG=1 EMAIL_FROM=netbox@bar.com EMAIL_PASSWORD= EMAIL_PORT=25