Files
lux/Lux.API/appsettings.Staging.json
T
2025-07-22 18:10:57 +02:00

12 lines
169 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"BaseUrl": "/lux/srv/"
}
}