Medusa-CS/Medusa.AppHost/appsettings.Development.json

12 lines
176 B
JSON

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