ECMJobRunner/ECM.JobRunner.Web/appsettings.Development.json
2022-12-01 16:37:39 +01:00

15 lines
250 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Config": {
"ConnectionString": "",
"LogPath": "E:\\ECM\\JobRunner",
"LogDebug": true
}
}