Files
lux/Lux.API/appsettings.Staging.json
T

22 lines
552 B
JSON

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