Skip to content

Commit

Permalink
add HPB_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Jul 18, 2023
1 parent 44cd30e commit badabe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Containers/talk-recording/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV RECORDING_VERSION v17.0.1
ENV ALLOW_ALL false
ENV HPB_PROTOCOL https
ENV SKIP_VERIFY false
ENV HPB_PATH /standalone-signaling/

RUN set -ex; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion Containers/talk-recording/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ skipverify = ${SKIP_VERIFY}
signalings = signaling-1
[signaling-1]
url = ${HPB_PROTOCOL}://${NC_DOMAIN}/standalone-signaling/
url = ${HPB_PROTOCOL}://${NC_DOMAIN}${HPB_PATH}
internalsecret = ${INTERNAL_SECRET}
[ffmpeg]
Expand Down

0 comments on commit badabe0

Please sign in to comment.