This commit is contained in:
Bryan Gerlach
2024-10-02 16:02:35 -05:00
parent 294bc2c4c0
commit 7b4f677046

View File

@@ -27,6 +27,7 @@ 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