Files
lux/Lux.UI/appsettings.Development.json
T
2025-08-08 13:06:59 +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"
}
}