Modigy settings

This commit is contained in:
el Mau 2023-02-12 22:49:33 -06:00
parent 64a6d6503a
commit 6396f23855
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ MEDIA_ROOT = os.path.join(BASE_DIR, "media/")
MEDIA_URL = "media/" MEDIA_URL = "media/"
ALLOWED_HOSTS = ["mauflix.elmau.net", "elmau.net"] ALLOWED_HOSTS = ["mauflix.cuates.net", "cuates.net"]
if DEBUG: if DEBUG:
ALLOWED_HOSTS = ["*"] ALLOWED_HOSTS = ["*"]
@ -144,5 +144,5 @@ DISALLOWED_USER_AGENTS = (
SESSION_EXPIRE_AT_BROWSER_CLOSE = True SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_COOKIE_AGE = 3600 SESSION_COOKIE_AGE = 3600
URL_CDN = "https://mauflix.elmau.net/{}" URL_CDN = "https://mauflix.cuates.net/{}"
URL_MASTODON = "https://mstdn.mx/" URL_MASTODON = "https://mstdn.mx/"