{ "App": { "SelfUrl": "https://localhost:44356", "CorsOrigins": "https://localhost:44372,https://localhost:44373" }, "AuthServer": { "Authority": "https://localhost:44330", "RequireHttpsMetadata": "true", "SwaggerClientId": "OrderingService_Swagger", "SwaggerClientSecret": "1q2w3e*" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { "OrderingService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Ordering;Pooling=false", "AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;" }, "StringEncryption": { "DefaultPassPhrase": "0f000WgRXnVk0704" }, "Redis": { "Configuration": "localhost:6379" }, "RabbitMQ": { "Connections": { "Default": { "HostName": "localhost" } }, "EventBus": { "ClientName": "EShopOnAbp_OrderingService", "ExchangeName": "EShopOnAbp" } }, "ElasticSearch": { "Url": "http://localhost:9200" } }