Files
lux/Lux.API/appsettings.Staging.json
T
2025-08-08 11:38:17 +02:00

16 lines
325 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"BaseUrl": "/lux/srv/",
//"PubChannel": "EgwEngineInput",
//"SubChannel": "EgwEngineOutput",
"PubChannel": "EgwDevEngineInput",
"SubChannel": "EgwDevEngineOutput"
}
}