[Git][root/services/netbox][main] fix(configuration): add some required fields

Fernando K pushed to branch main at Root / Serviços / Netbox Commits: f8aa8d52 by Fernando Monteiro Kiotheka at 2025-08-15T14:38:34-03:00 fix(configuration): add some required fields - - - - - 1 changed file: - configuration.py Changes: ===================================== configuration.py ===================================== @@ -1,3 +1,5 @@ +ALLOWED_HOSTS = "*" +SECRET_KEY = "dummydummydummydummydummydummydummydummy" PLUGINS = [ "netbox_dns", "netbox_floorplan", View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/netbox/-/commit/f8aa8d52da19cb3722... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/services/netbox/-/commit/f8aa8d52da19cb3722... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)