mirror of
https://github.com/bitwarden/server
synced 2026-01-08 11:33:26 +00:00
fixes for configuring u2f device
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"globalSettings": {
|
||||
"siteName": "bitwarden",
|
||||
"baseVaultUri": "http://localhost:4001/#",
|
||||
"baseApiUri": "http://localhost:4000/",
|
||||
"jwtSigningKey": "THIS IS A SECRET. IT KEEPS YOUR TOKEN SAFE. :)",
|
||||
"stripeApiKey": "SECRET",
|
||||
"sqlServer": {
|
||||
@@ -47,7 +48,7 @@
|
||||
"aKey": "SECRET"
|
||||
},
|
||||
"u2f": {
|
||||
"appId": "https://bitwarden.com"
|
||||
"appId": "https://localhost:4001"
|
||||
}
|
||||
},
|
||||
"IpRateLimitOptions": {
|
||||
|
||||
Reference in New Issue
Block a user