18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Yarp": "Debug"
|
|
}
|
|
},
|
|
"SimpleLite": {
|
|
"Enabled": true,
|
|
"ExecutablePath": "D:\\Code\\Products\\MIGU2.0\\SimpleLite\\SimpleLite.exe",
|
|
"WorkingDirectory": "D:\\Code\\Products\\MIGU2.0\\SimpleLite",
|
|
"ProjectionPort": 8222,
|
|
"ReadinessTimeoutMs": 8000,
|
|
"FollowParent": false
|
|
}
|
|
}
|