mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-13 01:56:28 +08:00
talk-recording: add NC_PROTOCOL variable to separate from HPB_PROTOCOL
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
a0248bfc2b
commit
ddb9b179bd
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
|||
ENV RECORDING_VERSION=v0.1
|
||||
ENV ALLOW_ALL=false
|
||||
ENV HPB_PROTOCOL=https
|
||||
ENV NC_PROTOCOL=https
|
||||
ENV SKIP_VERIFY=false
|
||||
ENV HPB_PATH=/standalone-signaling/
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ videoheight = 1080
|
|||
directory = /tmp
|
||||
|
||||
[backend-1]
|
||||
url = ${HPB_PROTOCOL}://${NC_DOMAIN}
|
||||
url = ${NC_PROTOCOL}://${NC_DOMAIN}
|
||||
secret = ${RECORDING_SECRET}
|
||||
skipverify = ${SKIP_VERIFY}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue