mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Use the default integrations URLs in the sample
localhost is not a sensible default
This commit is contained in:
parent
be1d7781c5
commit
5a08c62f1b
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
"default_hs_url": "https://matrix.org",
|
"default_hs_url": "https://matrix.org",
|
||||||
"default_is_url": "https://vector.im",
|
"default_is_url": "https://vector.im",
|
||||||
"brand": "Riot",
|
"brand": "Riot",
|
||||||
"integrations_ui_url": "http://localhost:8081/",
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
"integrations_rest_url": "http://localhost:5050",
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||||
"enableLabs": true,
|
"enableLabs": true,
|
||||||
"roomDirectory": {
|
"roomDirectory": {
|
||||||
"servers": [
|
"servers": [
|
||||||
|
|
Loading…
Reference in a new issue