Medusa.net/Medusa.Core/appsettings.Development.json

16 lines
235 B
JSON
Raw Normal View History

{
2024-08-15 18:06:56 +00:00
"Kestrel": {
"Endpoints": {
"MyHttpEndpoint": {
"Url": "http://0.0.0.0:8083"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}