1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-09 19:57:37 +01:00
bitwarden-server/src/Billing/settings.json

35 lines
726 B
JSON
Raw Normal View History

2017-03-18 23:52:44 +01:00
{
"globalSettings": {
2017-04-26 21:10:13 +02:00
"siteName": "bitwarden",
"baseVaultUri": "http://localhost:4001/#",
"stripeApiKey": "SECRET",
"sqlServer": {
"connectionString": "SECRET"
},
"mail": {
"sendGridApiKey": "SECRET",
2017-04-26 21:10:13 +02:00
"replyToEmail": "hello@bitwarden.com"
},
"identityServer": {
"certificateThumbprint": "SECRET"
},
"dataProtection": {
"certificateThumbprint": "SECRET"
},
"storage": {
"connectionString": "SECRET"
},
"documentDb": {
"uri": "SECRET",
"key": "SECRET"
},
"notificationHub": {
"connectionString": "SECRET",
"hubName": "SECRET"
2017-04-26 21:10:13 +02:00
}
},
"billingSettings": {
"stripeWebhookKey": "SECRET"
2017-03-18 23:52:44 +01:00
}
}