mirror of
https://github.com/bitwarden/server
synced 2025-12-27 13:43:18 +00:00
27 lines
494 B
JSON
27 lines
494 B
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"projectName": "Events",
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"identityServer": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"storage": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"events": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"sentry": {
|
|
"dsn": "SECRET"
|
|
},
|
|
"amazon": {
|
|
"accessKeyId": "SECRET",
|
|
"accessKeySecret": "SECRET",
|
|
"region": "SECRET"
|
|
}
|
|
}
|
|
}
|