Files
server/src/Events/appsettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
494 B
JSON
Raw Normal View History

2017-12-04 10:12:11 -05:00
{
"globalSettings": {
"selfHosted": false,
"projectName": "Events",
"sqlServer": {
"connectionString": "SECRET"
},
"identityServer": {
"certificateThumbprint": "SECRET"
},
"storage": {
"connectionString": "SECRET"
},
2017-12-27 22:39:14 -05:00
"events": {
"connectionString": "SECRET"
},
2018-03-23 18:33:31 +01:00
"sentry": {
"dsn": "SECRET"
2019-03-13 16:19:00 -04:00
},
"amazon": {
"accessKeyId": "SECRET",
"accessKeySecret": "SECRET",
"region": "SECRET"
2017-12-04 10:12:11 -05:00
}
}
}