1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-08 00:31:27 +01:00
bitwarden-server/src/Events/appsettings.json
2024-03-29 13:28:16 -04:00

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"
}
}
}