Files
lux/Lux.UI/appsettings.Development.json
T
samuele 0de245bc2d update e test ricalcolo BOM OK
- conf test locale da UI ad API in debug
2025-09-24 17:40:19 +02:00

15 lines
325 B
JSON

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