{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "PostgreSQL": "Host=localhost;Database=dev;Username=postgres;Password=123456", "Redis": "81.68.223.70:16379,password=sl52788542" }, "RabbitMQ": { "HostName": "localhost", "UserName": "guest", "Password": "guest", "VirtualHost": "/", "Port": 5672 }, "Services": { "user": { "https": [ "https://user:8443" ] }, "user-v2": { "https": [ "https://user-v2:8443" ] } } }