Skip to content

Commit

Permalink
**
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Jul 28, 2020
1 parent 982e560 commit 99fb860
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion search/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion search/.env_generic
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion search/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ server {

}

location /keycloak/auth/ {
location /keycloak/auth/ {
proxy_pass http://backend_keycloak/keycloak/auth/;
}

Expand Down
2 changes: 1 addition & 1 deletion search/nginx/nginx_generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ server {

}

location /keycloak/auth/ {
location /keycloak/auth/ {
proxy_pass http://backend_keycloak/keycloak/auth/;
}

Expand Down

0 comments on commit 99fb860

Please sign in to comment.