Files
lst/lstWrapper/appsettings-example.json

14 lines
247 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ProxyConfig": {
"Port8080": 8080,
"Port4000": 4000
}
}