This commit is contained in:
Bryan Gerlach
2024-10-02 15:57:27 -05:00
parent 64cc50d7bb
commit 294bc2c4c0

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