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

14 lines
248 B
JSON

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