Files
lux/Lux.UI/appsettings.Development.json
T
Samuele Locatelli 28fd8ed6d4 Test fix dipendenze
2025-09-16 15:38:51 +02:00

13 lines
265 B
JSON

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