配置段/环境变量、Launcher、健康检查 API、OpenAPI 与前后端文案同步;兼容探测旧 SimpleLite 进程名。 Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Yarp": "Debug"
|
|
}
|
|
},
|
|
"Database": {
|
|
"SchemaMode": "EnsureCreated"
|
|
},
|
|
"Simple3": {
|
|
"Enabled": true,
|
|
"ExecutablePath": "D:\\MDCS\\Release\\Simple\\Simple3\\Simple3.exe",
|
|
"WorkingDirectory": "D:\\MDCS\\Release\\Simple\\Simple3",
|
|
"ProjectionPort": 8222,
|
|
"ReadinessTimeoutMs": 8000,
|
|
"FollowParent": false
|
|
}
|
|
}
|