view-by-distance-mklink-con.../Person/appsettings.Development.json
2023-04-01 12:23:58 -07:00

22 lines
338 B
JSON

{
"Linux": {
"Configuration": {
"VerifyToSeason": []
}
},
"Logging": {
"LogLevel": {
"Log4netProvider": "Debug"
}
},
"MaxDegreeOfParallelism": 6,
"Serilog": {
"MinimumLevel": "Debug"
},
"Windows": {
"Configuration": {
"RootDirectory": "C:/",
"VerifyToSeason": []
}
}
}