Medusa.net/Medusa.AppHost/appsettings.Development.json

12 lines
176 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Parameters": {
"weburl": "https://localhost"
}
}