From 7fcc519d449c50e5bf694bd27e1afae67070171a Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 2 Jan 2024 11:29:55 +0100 Subject: [PATCH] talk-recording - re-add secret to backend conf Signed-off-by: Simon L --- Containers/talk-recording/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/talk-recording/start.sh b/Containers/talk-recording/start.sh index 87550d29..14a893a4 100644 --- a/Containers/talk-recording/start.sh +++ b/Containers/talk-recording/start.sh @@ -26,6 +26,8 @@ listen = 0.0.0.0:1234 [backend] allowall = ${ALLOW_ALL} +# The secret below is still needed if allowall is set to true, also it doesn't hurt to be here +secret = ${RECORDING_SECRET} backends = backend-1 skipverify = ${SKIP_VERIFY} maxmessagesize = 1024