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