17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ServerConf": {
|
|
"PubChannel": "EgwEngineInput",
|
|
"SubChannel": "EgwEngineOutput",
|
|
"ImageBaseUrl": "https://iis01.egalware.com/lux/srv/api/window/",
|
|
"ImageLiveTag": "svg",
|
|
"ImageFileTag": "svgfile"
|
|
}
|
|
}
|