1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-02 18:17:46 +01:00

SRE-1060 Add usdev to additional regions config (#11612)

This commit is contained in:
watsondm 2024-10-28 10:43:26 -04:00 committed by GitHub
parent 65074b0d12
commit 3f3f5cb7f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,15 @@
"notifications": "https://notifications.usdev.bitwarden.pw", "notifications": "https://notifications.usdev.bitwarden.pw",
"scim": "https://scim.usdev.bitwarden.pw" "scim": "https://scim.usdev.bitwarden.pw"
}, },
"additionalRegions": [
{
"key": "USDEV",
"domain": "usdev.bitwarden.pw",
"urls": {
"webVault": "https://vault.usdev.bitwarden.pw"
}
}
],
"flags": { "flags": {
"showPasswordless": true "showPasswordless": true
} }