Fix jitsi config.js

There were : used when we should have used =. Fix this.

Change-Id: Icb1e04d6e6e27726a12a1e49d53d9eb7c88d1a01
This commit is contained in:
Clark Boylan 2021-03-18 13:43:39 -07:00
parent 55f38141c5
commit 0aa838ce16
1 changed files with 2 additions and 2 deletions

View File

@ -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.