Migrate 10% of existing users to rust in app

pull/27032/head
Valere 2024-02-19 10:25:40 +01:00
parent 92c831094d
commit 18b9052c57
1 changed files with 4 additions and 1 deletions

View File

@ -43,5 +43,8 @@
"api_host": "https://posthog.element.io"
},
"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",
"setting_defaults": {
"RustCrypto.staged_rollout_percent": 10
}
}