Files
server/src/EventsProcessor/appsettings.json
2024-03-29 13:28:16 -04:00

8 lines
140 B
JSON

{
"azureStorageConnectionString": "SECRET",
"globalSettings": {
"selfHosted": false,
"projectName": "Events Processor"
}
}