mirror of
https://github.com/bitwarden/server
synced 2026-01-09 20:13:24 +00:00
31 lines
608 B
JSON
31 lines
608 B
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"projectName": "Notifications",
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"identityServer": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"storage": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"events": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"serviceBus": {
|
|
"connectionString": "SECRET",
|
|
"applicationCacheTopicName": "SECRET"
|
|
},
|
|
"sentry": {
|
|
"dsn": "SECRET"
|
|
},
|
|
"amazon": {
|
|
"accessKeyId": "SECRET",
|
|
"accessKeySecret": "SECRET",
|
|
"region": "SECRET"
|
|
}
|
|
}
|
|
}
|