Skip to content

Commit 0066bd8

Browse files
committed
Properly render ALLOWED_HOSTS
1 parent f5fb4d5 commit 0066bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/env/netbox.env.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {{ ansible_managed }}
22

3-
ALLOWED_HOSTS={{ netbox_allowed_hosts }}
3+
ALLOWED_HOSTS={{ netbox_allowed_hosts | join(' ') }}
44
CORS_ORIGIN_ALLOW_ALL={{ netbox_cors_origin_allow_all }}
55
CORS_ORIGIN_WHITELIST={{ netbox_cors_origin_whitelist }}
66
DB_HOST={{ netbox_pg_host }}

0 commit comments

Comments
 (0)