merge from main

This commit is contained in:
Kenneth Kehl
2024-09-04 08:09:25 -07:00
18 changed files with 76 additions and 48 deletions

View File

@@ -162,11 +162,11 @@ class E2ETest(Staging):
# Borrowed from development environment
DEBUG = True
SESSION_COOKIE_SECURE = False
SESSION_PROTECTION = None
HTTP_PROTOCOL = "http"
ASSET_DOMAIN = ""
ASSET_PATH = "/static/"
# SESSION_COOKIE_SECURE = False
# SESSION_PROTECTION = None
# HTTP_PROTOCOL = "http"
# ASSET_DOMAIN = ""
# ASSET_PATH = "/static/"
# Borrowed from test environment
TESTING = True