mirror of https://github.com/vector-im/riot-web
Use the default integrations URLs in the sample
localhost is not a sensible defaultpull/2472/head
parent
be1d7781c5
commit
5a08c62f1b
|
@ -2,8 +2,8 @@
|
|||
"default_hs_url": "https://matrix.org",
|
||||
"default_is_url": "https://vector.im",
|
||||
"brand": "Riot",
|
||||
"integrations_ui_url": "http://localhost:8081/",
|
||||
"integrations_rest_url": "http://localhost:5050",
|
||||
"integrations_ui_url": "https://scalar.vector.im/",
|
||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||
"enableLabs": true,
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
|
|
Loading…
Reference in New Issue