refactor(oceleot): update auth endpoint to use 172.24.12.39
This commit is contained in:
parent
59963d7d4c
commit
d113d4fcdd
@ -16,11 +16,11 @@
|
||||
},
|
||||
{
|
||||
"DownstreamPathTemplate": "/swagger/auth/{route}",
|
||||
"DownstreamScheme": "https",
|
||||
"DownstreamScheme": "http",
|
||||
"DownstreamHostAndPorts": [
|
||||
{
|
||||
"Host": "localhost",
|
||||
"Port": 7192
|
||||
"Host": "172.24.12.39",
|
||||
"Port": 9090
|
||||
}
|
||||
],
|
||||
"UpstreamPathTemplate": "/swagger/auth/{route}",
|
||||
@ -30,11 +30,11 @@
|
||||
},
|
||||
{
|
||||
"DownstreamPathTemplate": "/api/Auth/user-manager?cookie=true",
|
||||
"DownstreamScheme": "https",
|
||||
"DownstreamScheme": "http",
|
||||
"DownstreamHostAndPorts": [
|
||||
{
|
||||
"Host": "localhost",
|
||||
"Port": 7192
|
||||
"Host": "172.24.12.39",
|
||||
"Port": 9090
|
||||
}
|
||||
],
|
||||
"UpstreamPathTemplate": "/api/Auth/login",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user