mirror of https://github.com/vector-im/riot-web
Avoid using deprecated config.json key casing (#25833)
* Avoid using deprecated config.json key casing * Fix configs s'morepull/25850/head
parent
2753bc9f8e
commit
cc8afed196
|
@ -20,8 +20,8 @@
|
||||||
],
|
],
|
||||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||||
"uisi_autorageshake_app": "element-auto-uisi",
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
"showLabsSettings": false,
|
"show_labs_settings": false,
|
||||||
"roomDirectory": {
|
"room_directory": {
|
||||||
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
||||||
},
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
|
@ -39,8 +39,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"posthog": {
|
"posthog": {
|
||||||
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
"project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
||||||
"apiHost": "https://posthog.element.io"
|
"api_host": "https://posthog.element.io"
|
||||||
},
|
},
|
||||||
"privacy_policy_url": "https://element.io/cookie-policy",
|
"privacy_policy_url": "https://element.io/cookie-policy",
|
||||||
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
],
|
],
|
||||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||||
"uisi_autorageshake_app": "element-auto-uisi",
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
"showLabsSettings": true,
|
"show_labs_settings": true,
|
||||||
"roomDirectory": {
|
"room_directory": {
|
||||||
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
||||||
},
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
|
@ -43,8 +43,8 @@
|
||||||
"environment": "develop"
|
"environment": "develop"
|
||||||
},
|
},
|
||||||
"posthog": {
|
"posthog": {
|
||||||
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
"project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
||||||
"apiHost": "https://posthog.element.io"
|
"api_host": "https://posthog.element.io"
|
||||||
},
|
},
|
||||||
"privacy_policy_url": "https://element.io/cookie-policy",
|
"privacy_policy_url": "https://element.io/cookie-policy",
|
||||||
"features": {
|
"features": {
|
||||||
|
|
Loading…
Reference in New Issue