Files
Migu2.0/MiGu.Server/appsettings.Development.json
T

21 lines
463 B
JSON
Raw Normal View History

{
"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
}
}