1
0
mirror of https://github.com/bitwarden/server synced 2026-01-10 20:44:05 +00:00
Files
server/src/EventsProcessor/appsettings.json
Kyle Spearrin a6bd55e7a5 more logging
2019-07-11 16:19:38 -04:00

12 lines
212 B
JSON

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