{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=FictionArchive_UserService;Username=postgres;password=postgres" }, "RabbitMQ": { "ConnectionString": "amqp://localhost", "ClientIdentifier": "UserService" }, "AllowedHosts": "*" }