Skip to content

Commit 38a63c5

Browse files
Add config
Change-Id: Ibcc592841e20acdf93131b8f9f47b7db50991dcf
1 parent 60ebc1d commit 38a63c5

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ package-lock.json
1616
electron/dist
1717
electron/pub
1818
**/.idea
19-
/config.json
2019
/config.json.*
2120
/config.local*.json
2221
/src/component-index.js

config.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

0 commit comments

Comments
 (0)