1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +00:00

Add EU QA Web client information (#5704)

This commit is contained in:
Vince Grassia
2023-06-28 16:03:30 -04:00
committed by GitHub
parent 6530680b8a
commit 997c2b1fe7
5 changed files with 75 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"urls": {
"icons": "https://icons.bitwarden.net",
"icons": "https://icons.bitwarden.eu",
"notifications": "https://notifications.bitwarden.eu",
"scim": "https://scim.bitwarden.eu"
},

11
apps/web/config/euqa.json Normal file
View File

@@ -0,0 +1,11 @@
{
"urls": {
"icons": "https://icons.euqa.bitwarden.pw",
"notifications": "https://notifications.euqa.bitwarden.pw",
"scim": "https://scim.euqa.bitwarden.pw"
},
"flags": {
"secretsManager": true,
"showPasswordless": true
}
}