mirror of
https://github.com/bitwarden/server.git
synced 2024-12-01 13:43:23 +01:00
36 lines
852 B
JSON
36 lines
852 B
JSON
|
{
|
|||
|
"globalSettings": {
|
|||
|
"siteName": "bitwarden",
|
|||
|
"baseVaultUri": "http://localhost:4001/#",
|
|||
|
"jwtSigningKey": "THIS IS A SECRET. IT KEEPS YOUR TOKEN SAFE. :)",
|
|||
|
"stripeApiKey": "SECRET",
|
|||
|
"sqlServer": {
|
|||
|
"connectionString": "SECRET"
|
|||
|
},
|
|||
|
"mail": {
|
|||
|
"apiKey": "SECRET",
|
|||
|
"replyToEmail": "hello@bitwarden.com"
|
|||
|
},
|
|||
|
"push": {
|
|||
|
"apnsCertificateThumbprint": "SECRET",
|
|||
|
"apnsCertificatePassword": "SECRET",
|
|||
|
"gcmSenderId": "SECRET",
|
|||
|
"gcmApiKey": "SECRET",
|
|||
|
"gcmAppPackageName": "com.x8bit.bitwarden"
|
|||
|
},
|
|||
|
"identityServer": {
|
|||
|
"certificateThumbprint": "SECRET"
|
|||
|
},
|
|||
|
"dataProtection": {
|
|||
|
"certificateThumbprint": "SECRET"
|
|||
|
},
|
|||
|
"storage": {
|
|||
|
"connectionString": "SECRET"
|
|||
|
},
|
|||
|
"documentDb": {
|
|||
|
"uri": "SECRET",
|
|||
|
"key": "SECRET"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|