From: Guillaume Pellerin Date: Mon, 22 Nov 2021 10:21:06 +0000 (+0100) Subject: add recovery domain X-Git-Tag: 2.5.0~12^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ba004d443bed8b06e34bab2209370dfc46267d24;p=teleforma.git add recovery domain --- diff --git a/app/settings.py b/app/settings.py index adb49921..2ee7c04d 100644 --- a/app/settings.py +++ b/app/settings.py @@ -34,6 +34,7 @@ ALLOWED_HOSTS = ['localhost', 'crfpa.dockdev.pilotsystems.net', 'staging.docker.e-learning.crfpa.pre-barreau.parisson.com', 'e-learning.crfpa.pre-barreau.com', 'prod.docker.e-learning.crfpa.pre-barreau.parisson.com', + 'recovery.docker.e-learning.crfpa.pre-barreau.parisson.com', ] ASGI_APPLICATION = "teleforma.ws.routing.application"