File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ services:
2424 - ANALYTICS_SCRIPT_URLS
2525 - ANALYTICS_WHITELISTED_EVENTS
2626 - BRIDGE_CHANNEL
27+ - BRANDING_DATA_URL
2728 - CALLSTATS_CUSTOM_SCRIPT_URL
2829 - CALLSTATS_ID
2930 - CALLSTATS_SECRET
Original file line number Diff line number Diff line change @@ -252,6 +252,11 @@ config.useStunTurn = {{ $USE_STUN_TURN }};
252252// Transcriptions (subtitles and buttons can be configured in interface_config)
253253config. transcribingEnabled = { { $ENABLE_TRANSCRIPTIONS } } ;
254254
255+ { { if . Env . BRANDING_DATA_URL - } }
256+ // External API url used to receive branding specific information.
257+ config . brandingDataUrl = '{{ .Env.BRANDING_DATA_URL }}' ;
258+ { { end - } }
259+
255260
256261// Deployment information.
257262//
You can’t perform that action at this time.
0 commit comments