Files
lux/Lux.API/appsettings.Staging.json
T
2025-09-23 19:29:43 +02:00

14 lines
242 B
JSON

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