mirror of
https://github.com/bitwarden/server.git
synced 2025-01-06 19:28:08 +01:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"siteName": "Bitwarden",
|
|
"projectName": "Billing",
|
|
"stripeApiKey": "SECRET",
|
|
"baseServiceUri": {
|
|
"vault": "https://localhost:8080",
|
|
"api": "http://localhost:4000",
|
|
"identity": "http://localhost:33656",
|
|
"admin": "http://localhost:62911",
|
|
"notifications": "http://localhost:61840",
|
|
"internalNotifications": "http://localhost:61840",
|
|
"internalAdmin": "http://localhost:62911",
|
|
"internalIdentity": "http://localhost:33656",
|
|
"internalApi": "http://localhost:4000",
|
|
"internalVault": "http://localhost:4001"
|
|
},
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"mail": {
|
|
"sendGridApiKey": "SECRET",
|
|
"replyToEmail": "hello@bitwarden.com"
|
|
},
|
|
"identityServer": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"dataProtection": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"storage": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"events": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"documentDb": {
|
|
"uri": "SECRET",
|
|
"key": "SECRET"
|
|
},
|
|
"sentry": {
|
|
"dsn": "SECRET"
|
|
},
|
|
"notificationHub": {
|
|
"connectionString": "SECRET",
|
|
"hubName": "SECRET"
|
|
}
|
|
},
|
|
"billingSettings": {
|
|
"jobsKey": "SECRET",
|
|
"stripeWebhookKey": "SECRET",
|
|
"stripeWebhookSecret": "SECRET",
|
|
"braintreeWebhookKey": "SECRET"
|
|
},
|
|
"braintree": {
|
|
"production": false,
|
|
"merchantId": "SECRET",
|
|
"publicKey": "SECRET",
|
|
"privateKey": "SECRET"
|
|
}
|
|
}
|