Add local Jitsi Docker staging setup
This commit is contained in:
22
local/custom-interface_config.js
Normal file
22
local/custom-interface_config.js
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
// PoliticTalk local Docker interface overrides.
|
||||
// Docker Jitsi appends this file after generating /config/interface_config.js.
|
||||
|
||||
interfaceConfig.APP_NAME = 'PoliticTalk';
|
||||
interfaceConfig.NATIVE_APP_NAME = 'PoliticTalk';
|
||||
interfaceConfig.PROVIDER_NAME = 'ParallelGlobe';
|
||||
|
||||
interfaceConfig.DEFAULT_WELCOME_PAGE_LOGO_URL = '/images/politictalk/pgLogo.svg';
|
||||
interfaceConfig.SHOW_JITSI_WATERMARK = false;
|
||||
interfaceConfig.SHOW_BRAND_WATERMARK = true;
|
||||
interfaceConfig.BRAND_WATERMARK_LINK = 'https://parallelglobe.io/';
|
||||
interfaceConfig.SHOW_POWERED_BY = false;
|
||||
interfaceConfig.MOBILE_APP_PROMO = false;
|
||||
|
||||
interfaceConfig.DISPLAY_WELCOME_FOOTER = false;
|
||||
interfaceConfig.DISPLAY_WELCOME_PAGE_CONTENT = false;
|
||||
interfaceConfig.DISPLAY_WELCOME_PAGE_ADDITIONAL_CARD = false;
|
||||
interfaceConfig.DISPLAY_WELCOME_PAGE_TOOLBAR_ADDITIONAL_CONTENT = false;
|
||||
|
||||
interfaceConfig.JITSI_WATERMARK_LINK = '';
|
||||
interfaceConfig.SUPPORT_URL = '';
|
||||
Reference in New Issue
Block a user