From 99fb860bd95d7c04672553be05bc1e883fbb1d72 Mon Sep 17 00:00:00 2001 From: Aytac Ozkan Date: Tue, 28 Jul 2020 16:43:06 +0200 Subject: [PATCH] ** --- search/.env | 2 +- search/.env_generic | 2 +- search/nginx/nginx.conf | 2 +- search/nginx/nginx_generic.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/search/.env b/search/.env index 566ee6e..efb0bf8 100644 --- a/search/.env +++ b/search/.env @@ -2,7 +2,7 @@ REACT_APP_IN_SYLVA_GATEKEEPER_HOST=/gatekeeper REACT_APP_IN_SYLVA_SOURCE_MANAGER_HOST=/source-manager REACT_APP_IN_SYLVA_KEYCLOAK_HOST=/keycloak REACT_APP_IN_SYLVA_SEARCH_HOST=/search-api -REACT_APP_IN_SYLVA_LOGIN_HOST=/login +REACT_APP_IN_SYLVA_LOGIN_HOST=http://localhost:8081 REACT_APP_IN_SYLVA_CLIENT_ID=in-sylva.user.app REACT_APP_IN_SYLVA_GRANT_TYPE=password REACT_APP_IN_SYLVA_REALM=in-sylva diff --git a/search/.env_generic b/search/.env_generic index 566ee6e..efb0bf8 100644 --- a/search/.env_generic +++ b/search/.env_generic @@ -2,7 +2,7 @@ REACT_APP_IN_SYLVA_GATEKEEPER_HOST=/gatekeeper REACT_APP_IN_SYLVA_SOURCE_MANAGER_HOST=/source-manager REACT_APP_IN_SYLVA_KEYCLOAK_HOST=/keycloak REACT_APP_IN_SYLVA_SEARCH_HOST=/search-api -REACT_APP_IN_SYLVA_LOGIN_HOST=/login +REACT_APP_IN_SYLVA_LOGIN_HOST=http://localhost:8081 REACT_APP_IN_SYLVA_CLIENT_ID=in-sylva.user.app REACT_APP_IN_SYLVA_GRANT_TYPE=password REACT_APP_IN_SYLVA_REALM=in-sylva diff --git a/search/nginx/nginx.conf b/search/nginx/nginx.conf index c965d9a..d12d32c 100644 --- a/search/nginx/nginx.conf +++ b/search/nginx/nginx.conf @@ -53,7 +53,7 @@ server { } - location /keycloak/auth/ { + location /keycloak/auth/ { proxy_pass http://backend_keycloak/keycloak/auth/; } diff --git a/search/nginx/nginx_generic.conf b/search/nginx/nginx_generic.conf index c965d9a..d12d32c 100644 --- a/search/nginx/nginx_generic.conf +++ b/search/nginx/nginx_generic.conf @@ -53,7 +53,7 @@ server { } - location /keycloak/auth/ { + location /keycloak/auth/ { proxy_pass http://backend_keycloak/keycloak/auth/; }