{ "AuthServer": { "Authority": "https://localhost:44399", "RequireHttpsMetadata": "true", "ApiName": "BackendAdminAppGateway" }, "ConnectionStrings": { "Default": "Server=(LocalDb)\\MSSQLLocalDB; Database=Company.Project_Identity; Trusted_Connection=True" }, "Redis": { "Configuration": "localhost:6379" }, "Serilog": { "MinimumLevel": { "Default": "Information" } }, "Routes": [ { "DownstreamPathTemplate": "/api/identity/{everything}", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 44368 } ], "UpstreamPathTemplate": "/api/identity/{everything}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] }, { "DownstreamPathTemplate": "/api/multi-tenancy/{everything}", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 44336 } ], "UpstreamPathTemplate": "/api/multi-tenancy/{everything}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] }, { "DownstreamPathTemplate": "/api/productManagement/{everything}", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 44344 } ], "UpstreamPathTemplate": "/api/productManagement/{everything}", "UpstreamHttpMethod": [ "Get", "Post", "Put", "Delete" ] } ], "GlobalConfiguration": { "BaseUrl": "https://localhost:44315" }, "AllowedHosts": "*" }