We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fb4d5 commit 0066bd8Copy full SHA for 0066bd8
templates/env/netbox.env.j2
@@ -1,6 +1,6 @@
1
# {{ ansible_managed }}
2
3
-ALLOWED_HOSTS={{ netbox_allowed_hosts }}
+ALLOWED_HOSTS={{ netbox_allowed_hosts | join(' ') }}
4
CORS_ORIGIN_ALLOW_ALL={{ netbox_cors_origin_allow_all }}
5
CORS_ORIGIN_WHITELIST={{ netbox_cors_origin_whitelist }}
6
DB_HOST={{ netbox_pg_host }}
0 commit comments