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:
parent
5b3fa08912
commit
9a2a50d2cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user