2026-05-29 18:16:34 +08:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Information",
|
|
|
|
|
"Yarp": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-27 14:26:04 +08:00
|
|
|
"Database": {
|
|
|
|
|
"SchemaMode": "EnsureCreated"
|
|
|
|
|
},
|
2026-05-29 18:16:34 +08:00
|
|
|
"SimpleLite": {
|
|
|
|
|
"Enabled": true,
|
2026-08-25 08:59:00 +08:00
|
|
|
"ExecutablePath": "D:\\工作\\stand\\SimpleLite\\SimpleLite.exe",
|
|
|
|
|
"WorkingDirectory": "D:\\工作\\stand\\SimpleLite",
|
2026-05-29 18:16:34 +08:00
|
|
|
"ProjectionPort": 8222,
|
|
|
|
|
"ReadinessTimeoutMs": 8000,
|
|
|
|
|
"FollowParent": false
|
|
|
|
|
}
|
|
|
|
|
}
|