mirror of
https://github.com/bitwarden/server
synced 2026-01-09 03:53:42 +00:00
appid adjustments
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://preview-vault.bitwarden.com/#",
|
||||
"baseApiUri": "https://preview-api.bitwarden.com/",
|
||||
"u2f": {
|
||||
"appId": "https://preview-vault.bitwarden.com"
|
||||
"appId": "https://preview-vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#",
|
||||
"baseApiUri": "https://api.bitwarden.com/",
|
||||
"u2f": {
|
||||
"appId": "https://vault.bitwarden.com"
|
||||
"appId": "https://vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#",
|
||||
"baseApiUri": "https://api.bitwarden.com/",
|
||||
"u2f": {
|
||||
"appId": "https://vault.bitwarden.com"
|
||||
"appId": "https://vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"aKey": "SECRET"
|
||||
},
|
||||
"u2f": {
|
||||
"appId": "https://localhost:4001"
|
||||
"appId": "https://localhost:4001/app-id.json"
|
||||
}
|
||||
},
|
||||
"IpRateLimitOptions": {
|
||||
|
||||
Reference in New Issue
Block a user