This commit is contained in:
Bryan Gerlach
2024-10-02 15:46:40 -05:00
parent 753a03459d
commit 64cc50d7bb

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