|
|
|
@ -2,6 +2,9 @@ |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=localhost;Database=MsDemo_Identity;Trusted_Connection=True;MultipleActiveResultSets=true" |
|
|
|
}, |
|
|
|
"Redis": { |
|
|
|
"Configuration": "127.0.0.1" |
|
|
|
}, |
|
|
|
"ReRoutes": [ |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/productManagement/{everything}", |
|
|
|
@ -13,7 +16,7 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/productManagement/{everything}", |
|
|
|
"UpstreamHttpMethod": ["Put", "Delete", "Get", "Post"] |
|
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/blogging/{everything}", |
|
|
|
@ -25,15 +28,13 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/blogging/{everything}", |
|
|
|
"UpstreamHttpMethod": ["Put", "Delete", "Get", "Post"] |
|
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ] |
|
|
|
} |
|
|
|
], |
|
|
|
"GlobalConfiguration": |
|
|
|
{ |
|
|
|
"GlobalConfiguration": { |
|
|
|
"BaseUrl": "http://localhost:64897" |
|
|
|
}, |
|
|
|
"Logging": |
|
|
|
{ |
|
|
|
"Logging": { |
|
|
|
"LogLevel": { |
|
|
|
"Default": "Warning" |
|
|
|
} |
|
|
|
|