mirror of https://github.com/vector-im/riot-web
Give better instructions for modifying config.
parent
a8cee87c08
commit
a373849b5b
|
@ -43,7 +43,8 @@ webserver to actually serve up the app, which is entirely static content.
|
||||||
config.json
|
config.json
|
||||||
===========
|
===========
|
||||||
|
|
||||||
You can configure the app by copying the sample and modifying the `config.json` file:
|
You can configure the app by copying `vector/config.sample.json` to
|
||||||
|
`vector/config.json` and customising it:
|
||||||
|
|
||||||
1. `default_hs_url` is the default home server url.
|
1. `default_hs_url` is the default home server url.
|
||||||
1. `default_is_url` is the default identity server url (this is the server used
|
1. `default_is_url` is the default identity server url (this is the server used
|
||||||
|
|
Loading…
Reference in New Issue