Fix jitsi config.js
There were : used when we should have used =. Fix this. Change-Id: Icb1e04d6e6e27726a12a1e49d53d9eb7c88d1a01
This commit is contained in:
parent
55f38141c5
commit
0aa838ce16
@ -87,8 +87,8 @@ config.etherpad_base = '{{ .Env.ETHERPAD_PUBLIC_URL }}';
|
||||
config.etherpad_base = '{{.Env.PUBLIC_URL}}/etherpad/p/';
|
||||
{{ end -}}
|
||||
|
||||
config.useRoomAsSharedDocumentName: true;
|
||||
config.openSharedDocumentOnJoin: true;
|
||||
config.useRoomAsSharedDocumentName = true;
|
||||
config.openSharedDocumentOnJoin = true;
|
||||
|
||||
|
||||
// Recording.
|
||||
|
Loading…
x
Reference in New Issue
Block a user