mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
e767295c86
Refactor environment service to emit a single observable. This required significant changes to how the environment service behaves and tackles much of the tech debt planned for it.
28 lines
575 B
JSON
28 lines
575 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.euqa.bitwarden.pw",
|
|
"notifications": "https://notifications.euqa.bitwarden.pw",
|
|
"scim": "https://scim.euqa.bitwarden.pw"
|
|
},
|
|
"additionalRegions": [
|
|
{
|
|
"key": "USQA",
|
|
"domain": "qa.bitwarden.pw",
|
|
"urls": {
|
|
"webVault": "https://vault.qa.bitwarden.pw"
|
|
}
|
|
},
|
|
{
|
|
"key": "EUQA",
|
|
"domain": "euqa.bitwarden.pw",
|
|
"urls": {
|
|
"webVault": "https://vault.euqa.bitwarden.pw"
|
|
}
|
|
}
|
|
],
|
|
"flags": {
|
|
"secretsManager": true,
|
|
"showPasswordless": true
|
|
}
|
|
}
|