Files
lux/Lux.API/appsettings.Development.json
T
Samuele Locatelli 42a8d8fdc6 Refresh componente
2025-10-07 16:14:15 +02:00

15 lines
318 B
JSON

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