{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "RabbitMq": { "Host": "rabbitmq://localhost", "Username": "guest", "Password": "guest" }, "Paths": { "OutputPath": "./Certificates" }, "ConnectionStrings": { "EventDB": "Host=localhost;Port=5432;Database=events;Username=sport;Password=go and look in the secrets file;Persist Security Info=True;" } }