Skip to content

Commit 0be1db0

Browse files
committed
- fix merge edit problem
1 parent 40dbd9b commit 0be1db0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bigbluebutton-web/grails-app/conf/bigbluebutton.properties

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ disableRecordingDefault=false
8686
#----------------------------------------------------
8787
# This URL is where the BBB client is accessible. When a user sucessfully
8888
# enters a name and password, she is redirected here to load the client.
89-
bigbluebutton.web.serverURL=http://192.168.0.235
89+
bigbluebutton.web.serverURL=http://192.168.0.249
9090

9191
#----------------------------------------------------
9292
# Assign URL where the logged-out participant will be redirected after sign-out.
@@ -100,11 +100,7 @@ defaultClientUrl=${bigbluebutton.web.serverURL}/client/BigBlueButton.html
100100
apiVersion=0.8
101101

102102
# Salt which is used by 3rd-party apps to authenticate api calls
103-
<<<<<<< HEAD
104-
securitySalt=a341928c51987806a26ffb0f46c0993b
105-
=======
106-
securitySalt=5952641a16e8437374ef363a8c9dbbc3
107-
>>>>>>> upstream/master
103+
securitySalt=90ae86441b1211a4cbb3671f369fb031
108104

109105
# Directory where we drop the <meeting-id-recorded>.done file
110106
recordStatusDir=/var/bigbluebutton/recording/status/recorded

0 commit comments

Comments
 (0)