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.
35 lines
848 B
JSON
35 lines
848 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.qa.bitwarden.pw",
|
|
"notifications": "https://notifications.qa.bitwarden.pw",
|
|
"scim": "https://scim.qa.bitwarden.pw"
|
|
},
|
|
"dev": {
|
|
"proxyApi": "https://api.qa.bitwarden.pw",
|
|
"proxyIdentity": "https://identity.qa.bitwarden.pw",
|
|
"proxyEvents": "https://events.qa.bitwarden.pw",
|
|
"proxyNotifications": "https://notifications.qa.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,
|
|
"enableCipherKeyEncryption": false
|
|
}
|
|
}
|