run synapse on custom port so it doesn't interfere with other synapses on dev machines

This commit is contained in:
Bruno Windels 2018-08-07 18:28:18 +02:00
parent 2a7438e9fb
commit 643af2d344
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{
"default_hs_url": "http://localhost:8008",
"default_hs_url": "http://localhost:5005",
"default_is_url": "https://vector.im",
"disable_custom_urls": false,
"disable_guests": false,
@ -18,12 +18,12 @@
"default_theme": "light",
"roomDirectory": {
"servers": [
"localhost:8008"
"localhost:5005"
]
},
"piwik": {
"url": "https://piwik.riot.im/",
"whitelistedHSUrls": ["http://localhost:8008"],
"whitelistedHSUrls": ["http://localhost:5005"],
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
"siteId": 1
},