{ "ConnectionStrings": { "Default": "Server=localhost;Database=MsDemo_Identity;Trusted_Connection=True;MultipleActiveResultSets=true" }, "ElasticSearch": { "Url": "http://localhost:9200" }, "Redis": { "Configuration": "127.0.0.1" }, "RabbitMQ": { "Connections": { "Default": { "HostName": "localhost" } }, "EventBus": { "ClientName": "MsDemo_AuthServer", "ExchangeName": "MsDemo" } }, "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*" }