Added allowed hosts
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 23s

This commit is contained in:
2025-12-28 15:02:28 +01:00
parent 883d2af527
commit 666985e11e

View File

@@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-t1kymy8ugqnj$li2knhha0@gc5v8f3bge=$+gbybj2$jt28uqm
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ["10.1.141.255","labhelper.adebaumann.com"]
# Application definition # Application definition