Files
lux/Lux.UI/appsettings.Production.json
T
2025-11-05 12:18:29 +01:00

22 lines
554 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"PngChannel": "Egw:png:img",
"SvgChannel": "Egw:svg:img",
"ShapeChannel": "Egw:shape:curr",
"HwListChannel": "Egw:hw:list",
"HwOptChannel": "Egw:hw:opt",
"ProfListChannel": "Egw:prof:list",
"BomChannel": "Egw:bom",
"UpdateChannel": "Egw:update",
"PubChannel": "EgwEngineInput",
"SubChannel": "EgwEngineOutput",
"Prog.ApiUrl": "https://office.egalware.com/lux/srv/api"
}
}