Fixed appsettings.json file

This commit is contained in:
Daniel Wathen
2023-01-06 11:05:42 -07:00
parent 4ab4f6230c
commit ddbd8fd281
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,6 @@
"Properties": {
"Application": "Sample"
},
"LoggingDirectory": "C:\\tmp\\logging"
"LoggingDirectory": "D:\\tmp\\logging\\MesaReportingServices\\API"
}
}