Files
lux/Lux.UI/appsettings.Development.json
T
2025-10-06 18:36:31 +02:00

14 lines
281 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"PubChannel": "EgwDevEngineInput",
"SubChannel": "EgwDevEngineOutput",
"Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api"
}
}