[Git][root/services/netbox][main] fix: ALLOWED_HOSTS

Fernando K pushed to branch main at Root / Serviços / Netbox Commits: 0b076722 by Fernando Monteiro Kiotheka at 2025-08-15T14:48:32-03:00 fix: ALLOWED_HOSTS - - - - - 1 changed file: - configuration.py Changes: ===================================== configuration.py ===================================== @@ -21,7 +21,7 @@ REDIS = { 'SSL': False, } } -ALLOWED_HOSTS = "*" +ALLOWED_HOSTS = ["*"] PLUGINS = [ "netbox_dns", "netbox_floorplan", View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/netbox/-/commit/0b0767229ddaa7ee0c... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/netbox/-/commit/0b0767229ddaa7ee0c... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)