recording: Set playback_protocol to https (#21287)

Changing the default value from http to https. At this point the playback links generated in the recording metadata.xml files should default to httpS protocol
This commit is contained in:
Anton Georgiev 2024-10-07 14:33:30 -04:00 committed by GitHub
parent 5b3fa08912
commit 9a2a50d2cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ recording_dir: /var/bigbluebutton/recording
published_dir: /var/bigbluebutton/published
captions_dir: /var/bigbluebutton/captions
playback_host: 127.0.0.1
playback_protocol: http
playback_protocol: https
# For DEVELOPMENT
# This allows us to run the scripts manually