1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00: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

View File

@@ -4,6 +4,15 @@
"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
}