Skip to content

Commit 0c2ebe1

Browse files
feat: update ocelot configuration with fixed downstream scheme and host settings
1 parent 72d050d commit 0c2ebe1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Applications/Proxy/Source/ocelot.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"GlobalConfiguration": {
3-
"DownstreamScheme": "{GlobalConfiguration__DownstreamScheme}",
3+
"DownstreamScheme": "https",
44
"DownstreamHostAndPorts": [
55
{
6-
"Host": "{GlobalConfiguration__DownstreamHostAndPorts__0__Host}",
7-
"Port": 5286
6+
"Host": "localhost",
7+
"Port": 8080
88
}
99
]
1010
},

0 commit comments

Comments
 (0)