Files
webwindowconfigurator/Test.UI/appsettings.json
T
2025-07-23 08:28:19 +02:00

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