21 lines
459 B
JSON
21 lines
459 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Yarp": "Debug"
|
|
}
|
|
},
|
|
"Database": {
|
|
"SchemaMode": "EnsureCreated"
|
|
},
|
|
"SimpleLite": {
|
|
"Enabled": true,
|
|
"ExecutablePath": "D:\\工作\\stand\\SimpleLite\\SimpleLite.exe",
|
|
"WorkingDirectory": "D:\\工作\\stand\\SimpleLite",
|
|
"ProjectionPort": 8222,
|
|
"ReadinessTimeoutMs": 8000,
|
|
"FollowParent": false
|
|
}
|
|
}
|