File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
This directory contains the config files and deployment scripts for the official
2
- riot.im distribution of Riot Web at https://riot.im .
2
+ element.io distribution of Element Web.
3
3
4
4
You probably do not want to build with this config unless you're building the
5
- official riot.im distribution, but these files may be useful if you want to
5
+ official element.io distribution, but these files may be useful if you want to
6
6
inspect the configuration used there.
7
7
8
- Riot Desktop uses a separate config (see https://github.com/vector-im/riot-desktop/tree/develop/riot.im).
8
+ Element Desktop uses a separate config (see
9
+ https://github.com/vector-im/riot-desktop/tree/develop/element.io).
9
10
10
11
Deployment scripts (such as app/deploy.py) are meant to be run on the web server
11
- hosting the Riot installation.
12
+ hosting the Element installation.
Original file line number Diff line number Diff line change 1
1
{
2
2
"default_server_name" : " matrix.org" ,
3
- "brand" : " Riot " ,
3
+ "brand" : " Element " ,
4
4
"integrations_ui_url" : " https://scalar.vector.im/" ,
5
5
"integrations_rest_url" : " https://scalar.vector.im/api" ,
6
6
"integrations_widgets_urls" : [
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"default_server_name" : " matrix.org" ,
3
- "brand" : " Riot " ,
3
+ "brand" : " Element " ,
4
4
"integrations_ui_url" : " https://scalar-staging.vector.im/" ,
5
5
"integrations_rest_url" : " https://scalar-staging.vector.im/api" ,
6
6
"integrations_widgets_urls" : [
You can’t perform that action at this time.
0 commit comments