From 03f906988b0033be8f33e9508d4d9edb18f7758b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 22 Apr 2024 15:16:04 +0200 Subject: [PATCH] update server --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 1dc0fa19..0189154b 100644 --- a/app/settings.py +++ b/app/settings.py @@ -273,7 +273,7 @@ SERVER_EMAIL = 'crfpa@pre-barreau.com' EMAIL_SUBJECT_PREFIX = '[' + TELEFORMA_ORGANIZATION + '] ' TELECASTER_LIVE_STREAMING_PROTOCOL = 'https' -TELECASTER_LIVE_STREAMING_SERVER = 'stream7.parisson.com' +TELECASTER_LIVE_STREAMING_SERVER = 'jimmy.parisson.com' TELECASTER_LIVE_STREAMING_SERVERS = ['jimmy.parisson.com', 'ron.parisson.com'] TELECASTER_LIVE_RANDOM_SERVERS = True TELECASTER_LIVE_STREAMING_PORT = 443 -- 2.39.5