HiNC-2025-win-desktop-Deploy/App/appsettings.Development.json
2026-02-01 19:04:11 +08:00

13 lines
231 B
JSON

{
"AppSettings": {
"UserConfigPath": "hinc-user-config.xml",
"LogDirectory": "logs/dev"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Debug",
"System": "Information"
}
}
}