mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-22 21:02:34 +08:00
Some checks failed
Chromatic / Check PR run (push) Has been cancelled
Scan / Check PR run (push) Has been cancelled
Testing / Check for test secrets (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (macos-latest) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (ubuntu-latest) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (windows-latest) (push) Has been cancelled
Chromatic / Chromatic (push) Has been cancelled
Scan / SAST scan (push) Has been cancelled
Scan / Quality scan (push) Has been cancelled
Testing / Run tests (push) Has been cancelled
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
31 lines
748 B
JSON
31 lines
748 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": {}
|
|
}
|