mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
7b669a8313
* Add support for loading the config from a given config location. * Support using an env variable too. * Add docs. * Add test for configuration arguments * remove .only
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.example.org"
|
|
},
|
|
"m.identity_server": {
|
|
"base_url": "https://identity.example.org"
|
|
}
|
|
}
|
|
}
|