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-08-26 17:46:52 +08:00
|
|
|
"Simple3": {
|
2026-05-29 18:16:34 +08:00
|
|
|
"Enabled": true,
|
2026-08-26 17:46:52 +08:00
|
|
|
"ExecutablePath": "D:\\MDCS\\Release\\Simple\\Simple3\\Simple3.exe",
|
|
|
|
|
"WorkingDirectory": "D:\\MDCS\\Release\\Simple\\Simple3",
|
2026-05-29 18:16:34 +08:00
|
|
|
"ProjectionPort": 8222,
|
|
|
|
|
"ReadinessTimeoutMs": 8000,
|
|
|
|
|
"FollowParent": false
|
|
|
|
|
}
|
|
|
|
|
}
|