1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -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,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"
}
}
}

View File

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

View File

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

View File

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