Files
lux/Lux.API/appsettings.Staging.json
T

12 lines
169 B
JSON

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