search and ai stabilization work, localization stablized.
This commit is contained in:
@@ -442,9 +442,9 @@
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "StaticFile",
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/platform/envsettings.json",
|
||||
"TranslatesTo": "/app/envsettings-override.json"
|
||||
"TranslatesTo": "http://platform.stella-ops.local/platform/envsettings.json"
|
||||
},
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
@@ -452,21 +452,21 @@
|
||||
"TranslatesTo": "http://platform.stella-ops.local/platform"
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/connect",
|
||||
"TranslatesTo": "https://authority.stella-ops.local/connect",
|
||||
"TranslatesTo": "http://authority.stella-ops.local/connect",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/.well-known",
|
||||
"TranslatesTo": "https://authority.stella-ops.local/well-known",
|
||||
"TranslatesTo": "http://authority.stella-ops.local/.well-known",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/jwks",
|
||||
"TranslatesTo": "https://authority.stella-ops.local/jwks",
|
||||
"TranslatesTo": "http://authority.stella-ops.local/jwks",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user