mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #3992 from nextcloud/enh/noid/re-add-secret
talk-recording - re-add secret to backend conf
This commit is contained in:
commit
53a9012b43
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ listen = 0.0.0.0:1234
|
||||||
|
|
||||||
[backend]
|
[backend]
|
||||||
allowall = ${ALLOW_ALL}
|
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
|
backends = backend-1
|
||||||
skipverify = ${SKIP_VERIFY}
|
skipverify = ${SKIP_VERIFY}
|
||||||
maxmessagesize = 1024
|
maxmessagesize = 1024
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue