From e10ca81ff23d45cadc7dd125df4b1ce19ed2739b Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Thu, 5 Oct 2023 09:59:23 +0200 Subject: [PATCH] remove (temporary) debug=TRUE --- atdb/atdb/settings/docker_sdc.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/atdb/atdb/settings/docker_sdc.py b/atdb/atdb/settings/docker_sdc.py index 92435f8c..b77b63ac 100644 --- a/atdb/atdb/settings/docker_sdc.py +++ b/atdb/atdb/settings/docker_sdc.py @@ -8,9 +8,6 @@ try: except: DEBUG = False -#nv: 21 aug 2023, temporary override for troubleshooting -DEBUG = True - ALLOWED_HOSTS = ["*"] # True: Enables a header that tells the UA to switch on the XSS filter. -- GitLab