backend mutiple choice - config files
This commit is contained in:
parent
462f963d08
commit
7a6c534fef
@ -43,12 +43,12 @@ expire {
|
||||
}
|
||||
|
||||
services {
|
||||
bbbWebAPI = "https://192.168.23.33/bigbluebutton/api"
|
||||
sharedSecret = "changeme"
|
||||
bbbWebAPI = "http://127.0.0.1/bigbluebutton/api"
|
||||
sharedSecret = "9nmk4B3PqVHaZoIKQaMGmoFVlm0tTVRbRSvU9niM18A"
|
||||
}
|
||||
|
||||
red5 {
|
||||
deskshareip="10.130.218.89"
|
||||
deskshareip="127.0.0.1"
|
||||
deskshareapp="video-broadcast"
|
||||
}
|
||||
|
||||
|
@ -126,7 +126,7 @@ public:
|
||||
enableNetworkMonitoring: false
|
||||
packetLostThreshold: 10
|
||||
kurento:
|
||||
wsUrl: HOST
|
||||
wsUrl: ws://127.0.0.1/bbb-webrtc-sfu
|
||||
# Valid for video-provider. Time (ms) before its WS connection times out
|
||||
# and tries to reconnect.
|
||||
wsConnectionTimeout: 4000
|
||||
|
@ -245,25 +245,25 @@ bigbluebutton.web.logoutURL=default
|
||||
|
||||
# The url of the BigBlueButton HTML5 client. Users will be redirected here when
|
||||
# successfully joining the meeting.
|
||||
defaultHTML5ClientUrl=${bigbluebutton.web.serverURL}/html5client/%%INSTANCEID%%/join
|
||||
defaultHTML5ClientUrl=http://127.0.0.1/html5client/%%INSTANCEID%%/join
|
||||
|
||||
# Allow requests without JSESSIONID to be handled (default = false)
|
||||
allowRequestsWithoutSession=false
|
||||
|
||||
# The url for where the guest will poll if approved to join or not.
|
||||
defaultGuestWaitURL=${bigbluebutton.web.serverURL}/html5client/%%INSTANCEID%%/guestWait
|
||||
defaultGuestWaitURL=http://127.0.0.1/html5client/%%INSTANCEID%%/guestWait
|
||||
|
||||
# The default avatar image to display.
|
||||
useDefaultAvatar=false
|
||||
defaultAvatarURL=${bigbluebutton.web.serverURL}/html5client/resources/images/avatar.png
|
||||
defaultAvatarURL=http://127.0.0.1/html5client/resources/images/avatar.png
|
||||
|
||||
# The URL of the default configuration
|
||||
defaultConfigURL=${bigbluebutton.web.serverURL}/client/conf/config.xml
|
||||
defaultConfigURL=http://127.0.0.1/client/conf/config.xml
|
||||
|
||||
apiVersion=2.0
|
||||
|
||||
# Salt which is used by 3rd-party apps to authenticate api calls
|
||||
securitySalt=330a8b08c3b4c61533e1d0c5ce1ac88f
|
||||
securitySalt=9nmk4B3PqVHaZoIKQaMGmoFVlm0tTVRbRSvU9niM18A
|
||||
|
||||
|
||||
# Directory where we drop the <meeting-id-recorded>.done file
|
||||
@ -302,9 +302,9 @@ beans.presentationService.testPresentationName=appkonference
|
||||
# Uploaded presentation file
|
||||
beans.presentationService.testUploadedPresentation=appkonference.txt
|
||||
# Default Uploaded presentation file
|
||||
beans.presentationService.defaultUploadedPresentation=${bigbluebutton.web.serverURL}/default.pdf
|
||||
beans.presentationService.defaultUploadedPresentation=http://127.0.0.1/default.pdf
|
||||
|
||||
presentationBaseURL=${bigbluebutton.web.serverURL}/bigbluebutton/presentation
|
||||
presentationBaseURL=http://127.0.0.1/bigbluebutton/presentation
|
||||
|
||||
#----------------------------------------------------
|
||||
# The URL where the presentations will be loaded from.
|
||||
@ -316,7 +316,7 @@ beans.presentationService.presentationDir=${presentationDir}
|
||||
|
||||
#----------------------------------------------------
|
||||
# Specify which IPs can do cross domain requests
|
||||
accessControlAllowOrigin=${bigbluebutton.web.serverURL}
|
||||
accessControlAllowOrigin=http://127.0.0.1
|
||||
|
||||
#----------------------------------------------------
|
||||
# The lapsus of seconds for polling the BBB Server in order to check if it's down.
|
||||
@ -351,7 +351,7 @@ lockSettingsLockOnJoinConfigurable=false
|
||||
|
||||
allowDuplicateExtUserid=true
|
||||
|
||||
defaultTextTrackUrl=${bigbluebutton.web.serverURL}/bigbluebutton
|
||||
defaultTextTrackUrl=http://127.0.0.1/bigbluebutton
|
||||
|
||||
# Param to end the meeting when there are no moderators after a certain period of time.
|
||||
# Needed for classes where teacher gets disconnected and can't get back in. Prevents
|
||||
|
Loading…
Reference in New Issue
Block a user