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

47 lines
1.0 KiB
JSON
Raw Normal View History

2017-03-18 23:52:44 +01:00
{
"globalSettings": {
2017-08-02 23:02:55 +02:00
"selfHosted": false,
2017-04-26 21:10:13 +02:00
"siteName": "bitwarden",
2017-08-04 05:23:53 +02:00
"stripeApiKey": "SECRET",
2017-08-04 05:12:05 +02:00
"baseServiceUri": {
"vault": "http://localhost:4001",
"api": "http://localhost:4000",
"identity": "http://localhost:33656",
"identityInternal": "http://localhost:33656"
},
2017-04-26 21:10:13 +02:00
"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"
},
"braintree": {
"production": false,
"merchantId": "SECRET",
"publicKey": "SECRET",
"privateKey": "SECRET"
2017-03-18 23:52:44 +01:00
}
}