14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ServerConf": {
|
|
"BaseUrl": "/lux/srv/",
|
|
"PubChannel": "EgwEngineInput",
|
|
"SubChannel": "EgwEngineOutput"
|
|
}
|
|
}
|