Allow mwmbl.org

This commit is contained in:
Daoud Clarke 2023-10-15 16:47:23 +01:00
parent a4ee3cb195
commit 734f0abe5a

View file

@ -1,7 +1,7 @@
from mwmbl.settings_common import *
DEBUG = False
ALLOWED_HOSTS = ["api.mwmbl.org", "en.mwmbl.org"]
ALLOWED_HOSTS = ["api.mwmbl.org", "mwmbl.org"]
DATA_PATH = "/app/storage"
RUN_BACKGROUND_PROCESSES = True