mirror of
https://github.com/bitwarden/server.git
synced 2026-02-05 16:43:14 +08:00
43 lines
947 B
JSON
43 lines
947 B
JSON
{
|
|
"globalSettings": {
|
|
"siteName": "bitwarden",
|
|
"baseVaultUri": "http://localhost:4001/#",
|
|
"baseApiUri": "http://localhost:4000",
|
|
"baseIdentityUri": "http://localhost:33656",
|
|
"stripeApiKey": "SECRET",
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"mail": {
|
|
"sendGridApiKey": "SECRET",
|
|
"replyToEmail": "hello@bitwarden.com"
|
|
},
|
|
"identityServer": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"dataProtection": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"storage": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"documentDb": {
|
|
"uri": "SECRET",
|
|
"key": "SECRET"
|
|
},
|
|
"notificationHub": {
|
|
"connectionString": "SECRET",
|
|
"hubName": "SECRET"
|
|
}
|
|
},
|
|
"billingSettings": {
|
|
"stripeWebhookKey": "SECRET"
|
|
},
|
|
"braintree": {
|
|
"production": false,
|
|
"merchantId": "SECRET",
|
|
"publicKey": "SECRET",
|
|
"privateKey": "SECRET"
|
|
}
|
|
}
|