This commit is contained in:
Bryan Gerlach
2024-10-02 16:03:20 -05:00
parent 7b4f677046
commit 98fb105f28

View File

@@ -27,7 +27,6 @@ GHBEARER = os.environ.get("GHBEARER", '')
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
SECURE_SSL_REDIRECT = True
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False