Created
May 15, 2018 18:57
-
-
Save CESARDELATORRE/52922283565af7522884b6dccfa155ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"DownstreamPathTemplate": "/api/{version}/{everything}", | |
"DownstreamScheme": "http", | |
"DownstreamHostAndPorts": [ | |
{ | |
"Host": "basket.api", | |
"Port": 80 | |
} | |
], | |
"UpstreamPathTemplate": "/api/{version}/b/{everything}", | |
"UpstreamHttpMethod": [], | |
"AuthenticationOptions": { | |
"AuthenticationProviderKey": "IdentityApiKey", | |
"AllowedScopes": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment