parent
c6dbeee245
commit
119e03b64f
|
@ -108,8 +108,8 @@ You can configure the app by copying `config.sample.json` to
|
||||||
when a valid location has been entered so it's not necessary for this to be
|
when a valid location has been entered so it's not necessary for this to be
|
||||||
exactly correct. Optional.
|
exactly correct. Optional.
|
||||||
1. `update_base_url` (electron app only): HTTPS URL to a web server to download
|
1. `update_base_url` (electron app only): HTTPS URL to a web server to download
|
||||||
updates from. This should be the path to the directory containing `install`
|
updates from. This should be the path to the directory containing `macos`
|
||||||
and `update`.
|
and `win32` (for update packages, not installer packages).
|
||||||
1. `cross_origin_renderer_url`: URL to a static HTML page hosting code to help display
|
1. `cross_origin_renderer_url`: URL to a static HTML page hosting code to help display
|
||||||
encrypted file attachments. This MUST be hosted on a completely separate domain to
|
encrypted file attachments. This MUST be hosted on a completely separate domain to
|
||||||
anything else since it is used to isolate the privileges of file attachments to this
|
anything else since it is used to isolate the privileges of file attachments to this
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"update_base_url": "https://riot.im/download/desktop/",
|
"update_base_url": "https://riot.im/download/desktop/update/",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue