From: Guillaume Pellerin Date: Wed, 7 Jul 2021 15:14:41 +0000 (+0200) Subject: fix settings X-Git-Tag: 2.3~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=22fe5b35801778fec59e181cec4b85e4a08fc4b3;p=teleforma.git fix settings --- diff --git a/app/settings.py b/app/settings.py index 5a6c9519..b05ff658 100644 --- a/app/settings.py +++ b/app/settings.py @@ -237,7 +237,7 @@ TELEFORMA_EXAM_SCRIPT_SERVICE_URL = '/webviewer/teleforma.html' EMAIL_HOST = 'angus.parisson.com' DEFAULT_FROM_EMAIL = 'crfpa@pre-barreau.com' SERVER_EMAIL = 'crfpa@pre-barreau.com' -EMAIL_SUBJECT_PREFIX = '[' + TELEMETA_ORGANIZATION + '] ' +EMAIL_SUBJECT_PREFIX = '[' + TELEFORMA_ORGANIZATION + '] ' TELECASTER_LIVE_STREAMING_PROTOCOL = 'https' TELECASTER_LIVE_STREAMING_SERVER = 'stream7.parisson.com'