Files
server/src/EventsProcessor/appsettings.json

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

8 lines
140 B
JSON
Raw Normal View History

{
2019-07-11 16:19:38 -04:00
"azureStorageConnectionString": "SECRET",
"globalSettings": {
"selfHosted": false,
"projectName": "Events Processor"
2019-07-11 16:19:38 -04:00
}
}