File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ package-lock.json
1616electron /dist
1717electron /pub
1818** /.idea
19- /config.json
2019/config.json. *
2120/config.local * .json
2221/src /component-index.js
Original file line number Diff line number Diff line change 1+ {
2+ "update_base_url" : " https://update.amp.chat/desktop/update/" ,
3+ "default_hs_url" : " https://test.amp.chat" ,
4+ "default_is_url" : " " ,
5+ "disable_3pid_login" : true ,
6+ "brand" : " AMP.chat" ,
7+ "integrations_ui_url" : " https://dimension.test.amp.chat/riot" ,
8+ "integrations_rest_url" : " https://dimension.test.amp.chat/api/v1/scalar" ,
9+ "integrations_widgets_urls" : [" https://dimension.test.amp.chat/widgets" ],
10+ "integrations_jitsi_widget_url" : " https://dimension.test.amp.chat/widgets/jitsi" ,
11+ "hosting_signup_link" : " " ,
12+ "bug_report_endpoint_url" : " https://amp.chat/bugreports/submit" ,
13+ "showLabsSettings" : false ,
14+ "branding" : {
15+ "authHeaderLogoUrl" : " themes/amp/img/logos/amp-chat-logo-black-text.svg" ,
16+ "welcomeBackgroundUrl" : " themes/amp/img/backgrounds/valley.jpg" ,
17+ "authFooterLinks" : []
18+ },
19+ "roomDirectory" : {
20+ "servers" : [" test.amp.chat" ]
21+ },
22+ "piwik" : {
23+ "url" : " https://matomo.awesome-technologies.de/" ,
24+ "siteId" : 3 ,
25+ "policyUrl" : " https://amp.chat/privacy#cookie_policy"
26+ },
27+ "enable_presence_by_hs_url" : {
28+ "https://test.amp.chat" : false
29+ }
30+ }
You can’t perform that action at this time.
0 commit comments