Created
April 2, 2020 21:43
-
-
Save rafaeldalsenter/2fb8d097a39184379f1cbe5873a9c54d to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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