Medusa-CS/Medusa.Core/appsettings.Development.json
2024-08-15 20:06:56 +02:00

16 lines
235 B
JSON

{
"Kestrel": {
"Endpoints": {
"MyHttpEndpoint": {
"Url": "http://0.0.0.0:8083"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}