Last active
September 16, 2018 15:19
-
-
Save allanchua101/7129faf348a4a6ccb21ba3199d54be92 to your computer and use it in GitHub Desktop.
Update ocelot.json file by replacing downstream service host values with http://youriphere.
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/user/", | |
| "DownstreamScheme": "http", | |
| "DownstreamHostAndPorts": [ | |
| { | |
| "Host": "demo.api.gateway", | |
| "Port": 52792 | |
| } | |
| ], | |
| "UpstreamPathTemplate": "/api/user/", | |
| "UpstreamHttpMethod": [ "Get" ] | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment