1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-10 04:14:41 -05:00

appid adjustments

This commit is contained in:
Kyle Spearrin
2017-06-27 14:48:29 -04:00
parent 6c16a988c3
commit 459f3a5791
9 changed files with 17 additions and 12 deletions

View File

@ -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"
}
}
}

View File

@ -1,5 +1,8 @@
{
"globalSettings": {
"baseVaultUri": "https://vault.bitwarden.com/#"
"baseVaultUri": "https://vault.bitwarden.com/#",
"u2f": {
"appId": "https://vault.bitwarden.com/app-id.json"
}
}
}

View File

@ -1,5 +1,8 @@
{
"globalSettings": {
"baseVaultUri": "https://vault.bitwarden.com/#"
"baseVaultUri": "https://vault.bitwarden.com/#",
"u2f": {
"appId": "https://vault.bitwarden.com/app-id.json"
}
}
}

View File

@ -43,7 +43,7 @@
"aKey": "SECRET"
},
"u2f": {
"appId": "https://localhost:4001"
"appId": "https://localhost:4001/app-id.json"
}
}
}