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

15 lines
313 B
JSON

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