Merge pull request #3992 from nextcloud/enh/noid/re-add-secret

talk-recording - re-add secret to backend conf
This commit is contained in:
Simon L
2024-01-02 11:32:22 +01:00
committed by GitHub

View File

@@ -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