@@ -17,7 +17,7 @@ superuser:
1717# server. NetBox will not permit write access to the server via any other
1818# hostnames. The first FQDN in the list will be treated as the preferred name.
1919allowedHosts :
20- - " *"
20+ - " *"
2121
2222# Include Pod IP in list of allowed hosts by providing it as the 'POD_IP' envvar
2323# at runtime, which is then used in the configuration.py.
@@ -42,20 +42,20 @@ authPasswordValidators: []
4242
4343# URL schemes that are allowed within links in NetBox
4444allowedUrlSchemes :
45- - file
46- - ftp
47- - ftps
48- - http
49- - https
50- - irc
51- - mailto
52- - sftp
53- - ssh
54- - tel
55- - telnet
56- - tftp
57- - vnc
58- - xmpp
45+ - file
46+ - ftp
47+ - ftps
48+ - http
49+ - https
50+ - irc
51+ - mailto
52+ - sftp
53+ - ssh
54+ - tel
55+ - telnet
56+ - tftp
57+ - vnc
58+ - xmpp
5959
6060banner :
6161 # Optionally display a persistent banner at the top and/or bottom of every
@@ -89,7 +89,8 @@ defaultUserPreferences: {}
8989# more information, see https://github.com/ottoyiu/django-cors-headers
9090cors :
9191 originAllowAll : false
92- originWhitelist : [ "https://netbox.sandbox.cedille.club", "https://netbox.etsmtl.club" ]
92+ originWhitelist :
93+ ["https://netbox.sandbox.cedille.club", "https://netbox.etsmtl.club"]
9394 originRegexWhitelist : []
9495 # - '^(https?://)?(\w+\.)?example\.com$'
9596
@@ -102,7 +103,8 @@ csrf:
102103 # Defines a list of trusted origins for unsafe (e.g. POST) requests. This is
103104 # a pass-through to Django's CSRF_TRUSTED_ORIGINS setting. Note that each
104105 # host listed must specify a scheme (e.g. http:// or `https://).
105- trustedOrigins : [ "https://netbox.sandbox.cedille.club", "https://netbox.etsmtl.club" ]
106+ trustedOrigins :
107+ ["https://netbox.sandbox.cedille.club", "https://netbox.etsmtl.club"]
106108
107109# Enable the GraphQL API
108110graphQlEnabled : false
@@ -125,7 +127,7 @@ rackElevationDefaultUnitWidth: 220
125127remoteAuth :
126128 enabled : false
127129 backends :
128- - netbox.authentication.RemoteUserBackend
130+ - netbox.authentication.RemoteUserBackend
129131 header : HTTP_REMOTE_USER
130132 userFirstName : HTTP_REMOTE_USER_FIRST_NAME
131133 userLastName : HTTP_REMOTE_USER_LAST_NAME
0 commit comments