Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CESARDELATORRE/52922283565af7522884b6dccfa155ea to your computer and use it in GitHub Desktop.
Save CESARDELATORRE/52922283565af7522884b6dccfa155ea to your computer and use it in GitHub Desktop.
{
"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