mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
31 lines
566 B
JSON
31 lines
566 B
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"projectName": "Events",
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"identityServer": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"storage": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"events": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"documentDb": {
|
|
"uri": "SECRET",
|
|
"key": "SECRET"
|
|
},
|
|
"sentry": {
|
|
"dsn": "SECRET"
|
|
},
|
|
"amazon": {
|
|
"accessKeyId": "SECRET",
|
|
"accessKeySecret": "SECRET",
|
|
"region": "SECRET"
|
|
}
|
|
}
|
|
}
|