Skip to content

Instantly share code, notes, and snippets.

@rafaeldalsenter
Created April 2, 2020 21:43
Show Gist options
  • Save rafaeldalsenter/2fb8d097a39184379f1cbe5873a9c54d to your computer and use it in GitHub Desktop.
Save rafaeldalsenter/2fb8d097a39184379f1cbe5873a9c54d to your computer and use it in GitHub Desktop.
{
"ReRoutes": [
{
"DownstreamPathTemplate": "/precodoproduto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "container-ms-preco",
"Port": 80
}
],
"UpstreamHttpMethod": [ "Get", "Post", "Put" ],
"UpstreamPathTemplate": "/precodoproduto",
"Key": "preco"
},
{
"DownstreamPathTemplate": "/validadedoproduto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "container-ms-validade",
"Port": 80
}
],
"UpstreamPathTemplate": "/validadedoproduto",
"UpstreamHttpMethod": [ "Get" ],
"Key": "validade"
}
],
"GlobalConfiguration": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment