mirror of
https://github.com/bitwarden/server.git
synced 2024-12-03 14:03:33 +01:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"siteName": "Bitwarden",
|
|
"projectName": "Admin",
|
|
"stripeApiKey": "SECRET",
|
|
"baseServiceUri": {
|
|
"vault": "http://localhost:4001",
|
|
"api": "http://localhost:4000",
|
|
"identity": "http://localhost:33656",
|
|
"admin": "http://localhost:62911",
|
|
"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"
|
|
},
|
|
"notificationHub": {
|
|
"connectionString": "SECRET",
|
|
"hubName": "SECRET"
|
|
}
|
|
},
|
|
"adminSettings": {
|
|
"admins": ""
|
|
},
|
|
"braintree": {
|
|
"production": false,
|
|
"merchantId": "SECRET",
|
|
"publicKey": "SECRET",
|
|
"privateKey": "SECRET"
|
|
}
|
|
}
|