mirror of
https://github.com/bitwarden/server.git
synced 2025-07-10 04:14:41 -05:00
appid adjustments
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://preview-vault.bitwarden.com/#"
|
||||
"baseVaultUri": "https://preview-vault.bitwarden.com/#",
|
||||
"u2f": {
|
||||
"appId": "https://preview-vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#"
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#",
|
||||
"u2f": {
|
||||
"appId": "https://vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"globalSettings": {
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#"
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#",
|
||||
"u2f": {
|
||||
"appId": "https://vault.bitwarden.com/app-id.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
||||
"aKey": "SECRET"
|
||||
},
|
||||
"u2f": {
|
||||
"appId": "https://localhost:4001"
|
||||
"appId": "https://localhost:4001/app-id.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user