refactor(oceleot): update auth endpoint to use 172.24.12.39

This commit is contained in:
tekh 2025-07-28 11:25:52 +02:00
parent 59963d7d4c
commit d113d4fcdd

View File

@ -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",