Files
lux/Lux.API/appsettings.Production.json

25 lines
662 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"BaseUrl": "/lux/srv/",
"ChannelPng": "lux:png:img",
"ChannelSvg": "lux:svg:img",
"ChannelShape": "lux:shape:curr",
"ChannelHwList": "lux:hw:list",
"ChannelHwOpt": "lux:hw:opt",
"ChannelProd": "lux:prod",
"ChannelProfElem": "lux:prof:elem",
"ChannelProfList": "lux:prof:list",
"ChannelBom": "lux:bom",
"ChannelUpdate": "lux:update",
"ChannelPub": "EgwEngineInput",
"ChannelSub": "EgwEngineOutput",
"ImageBaseUrl": "https://office.egalware.com/lux/srv/api/window/"
}
}