Allowed IPs in configmap changed
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 48s

This commit is contained in:
2026-01-15 17:05:22 +01:00
parent 0e8e2da169
commit 713798352d

View File

@@ -6,7 +6,7 @@ metadata:
data:
# Django Configuration
DEBUG: "false"
DJANGO_ALLOWED_HOSTS: "vorgabenportal.knowyoursecurity.com,localhost,127.0.0.1"
DJANGO_ALLOWED_HOSTS: "vorgabenportal.knowyoursecurity.com,localhost,127.0.0.1,10.0.0.0/8"
DJANGO_SETTINGS_MODULE: "VorgabenUI.settings"
# Application Configuration