File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
{ { $ENABLE_TCC := . Env . ENABLE_TCC | default "true" | toBool - } }
23
23
{ { $ENABLE_TRANSCRIPTIONS := . Env . ENABLE_TRANSCRIPTIONS | default "false" | toBool - } }
24
24
{ { $ENABLE_JAAS_COMPONENTS := . Env . ENABLE_JAAS_COMPONENTS | default "0" | toBool } }
25
+ { { $PUBLIC_URL := . Env . PUBLIC_URL | default "https://localhost:8443" - } }
25
26
{ { $RESOLUTION := . Env . RESOLUTION | default "720" - } }
26
27
{ { $RESOLUTION_MIN := . Env . RESOLUTION_MIN | default "180" - } }
27
28
{ { $RESOLUTION_WIDTH := . Env . RESOLUTION_WIDTH | default "1280" - } }
@@ -114,7 +115,7 @@ config.hideAddRoomButton = {{ $ENABLE_BREAKOUT_ROOMS | not }};
114
115
{ { if . Env . ETHERPAD_PUBLIC_URL - } }
115
116
config . etherpad_base = '{{ .Env.ETHERPAD_PUBLIC_URL }}' ;
116
117
{ { else if . Env . ETHERPAD_URL_BASE - } }
117
- config . etherpad_base = '{{.Env. PUBLIC_URL}}/etherpad/p/' ;
118
+ config . etherpad_base = '{{ $ PUBLIC_URL }}/etherpad/p/' ;
118
119
{ { end - } }
119
120
120
121
You can’t perform that action at this time.
0 commit comments