]> git.parisson.com Git - teleforma.git/commitdiff
no overwrite on S3 (HOTFIX), add 3rd streaming server
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 26 Jan 2026 17:47:49 +0000 (18:47 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 26 Jan 2026 17:47:49 +0000 (18:47 +0100)
app/settings.py

index e03b1d5f5ebe7234e886e3be2797297c3543207a..be381fc850eca5d5bc3d9b25b7dc0aef218f82d4 100644 (file)
@@ -634,7 +634,7 @@ EMAIL_SUBJECT_PREFIX = '[' + TELEFORMA_ORGANIZATION + '] '
 
 TELECASTER_LIVE_STREAMING_PROTOCOL = 'https'
 TELECASTER_LIVE_STREAMING_SERVER = 'jimmy.parisson.com'
-TELECASTER_LIVE_STREAMING_SERVERS = ['jimmy.parisson.com', 'bbb3.parisson.com']
+TELECASTER_LIVE_STREAMING_SERVERS = ['jimmy.parisson.com', 'bbb3.parisson.com', 'malcom.parisson.com']
 TELECASTER_LIVE_RANDOM_SERVERS = True
 TELECASTER_LIVE_STREAMING_PORT = 443
 TELECASTER_LIVE_ICECAST_STREAMING_PORT = 443
@@ -663,6 +663,7 @@ AWS_STORAGE_BUCKET_NAME=""
 AWS_S3_REGION_NAME=""
 AWS_S3_ENDPOINT_URL=""
 AWS_S3_ENCRYPTION=True
+AWS_S3_FILE_OVERWRITE=False
 
 ########################
 # BBB