web: brandingDataUrl -> dynamicBrandingUrl
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
88e950dcd4
commit
86c302258d
@@ -26,7 +26,6 @@ services:
|
|||||||
- ANALYTICS_SCRIPT_URLS
|
- ANALYTICS_SCRIPT_URLS
|
||||||
- ANALYTICS_WHITELISTED_EVENTS
|
- ANALYTICS_WHITELISTED_EVENTS
|
||||||
- BRIDGE_CHANNEL
|
- BRIDGE_CHANNEL
|
||||||
- BRANDING_DATA_URL
|
|
||||||
- CALLSTATS_CUSTOM_SCRIPT_URL
|
- CALLSTATS_CUSTOM_SCRIPT_URL
|
||||||
- CALLSTATS_ID
|
- CALLSTATS_ID
|
||||||
- CALLSTATS_SECRET
|
- CALLSTATS_SECRET
|
||||||
@@ -41,6 +40,7 @@ services:
|
|||||||
- DIALOUT_CODES_URL
|
- DIALOUT_CODES_URL
|
||||||
- DROPBOX_APPKEY
|
- DROPBOX_APPKEY
|
||||||
- DROPBOX_REDIRECT_URI
|
- DROPBOX_REDIRECT_URI
|
||||||
|
- DYNAMIC_BRANDING_URL
|
||||||
- ENABLE_AUDIO_PROCESSING
|
- ENABLE_AUDIO_PROCESSING
|
||||||
- ENABLE_AUTH
|
- ENABLE_AUTH
|
||||||
- ENABLE_CALENDAR
|
- ENABLE_CALENDAR
|
||||||
|
|||||||
@@ -267,9 +267,9 @@ config.useIPv6 = {{ $ENABLE_IPV6 }};
|
|||||||
// Transcriptions (subtitles and buttons can be configured in interface_config)
|
// Transcriptions (subtitles and buttons can be configured in interface_config)
|
||||||
config.transcribingEnabled = {{ $ENABLE_TRANSCRIPTIONS }};
|
config.transcribingEnabled = {{ $ENABLE_TRANSCRIPTIONS }};
|
||||||
|
|
||||||
{{ if .Env.BRANDING_DATA_URL -}}
|
{{ if .Env.DYNAMIC_BRANDING_URL -}}
|
||||||
// External API url used to receive branding specific information.
|
// External API url used to receive branding specific information.
|
||||||
config.brandingDataUrl = '{{ .Env.BRANDING_DATA_URL }}';
|
config.dynamicBrandingUrl = '{{ .Env.DYNAMIC_BRANDING_URL }}';
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
{{ if .Env.TOKEN_AUTH_URL -}}
|
{{ if .Env.TOKEN_AUTH_URL -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user