mirror of
https://github.com/bitwarden/server
synced 2026-01-02 00:23:40 +00:00
24 lines
449 B
JSON
24 lines
449 B
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"projectName": "Events",
|
|
"sqlServer": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"identityServer": {
|
|
"certificateThumbprint": "SECRET"
|
|
},
|
|
"storage": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"events": {
|
|
"connectionString": "SECRET"
|
|
},
|
|
"amazon": {
|
|
"accessKeyId": "SECRET",
|
|
"accessKeySecret": "SECRET",
|
|
"region": "SECRET"
|
|
}
|
|
}
|
|
}
|