1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-11 10:10:25 +01:00
bitwarden-browser/apps/web/config/usdev.json

20 lines
408 B
JSON

{
"urls": {
"icons": "https://icons.usdev.bitwarden.pw",
"notifications": "https://notifications.usdev.bitwarden.pw",
"scim": "https://scim.usdev.bitwarden.pw"
},
"additionalRegions": [
{
"key": "USDEV",
"domain": "usdev.bitwarden.pw",
"urls": {
"webVault": "https://vault.usdev.bitwarden.pw"
}
}
],
"flags": {
"showPasswordless": true
}
}