HiNC-2025-win-desktop-Deploy/App/appsettings.Development.json
2025-08-30 15:31:33 +08:00

14 lines
255 B
JSON

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