{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "server.urls": "http://*:5050", "minio": { "endpoint": "127.0.0.1:9000", "accessKey": "12345678", "secretKey": "12345678" } }