Skip to content

Commit

Permalink
Merge pull request #488 from pb82/INTLY-2588
Browse files Browse the repository at this point in the history
Intly 2588
  • Loading branch information
pb82 authored Jul 25, 2019
2 parents ddc3fc8 + ea2a772 commit 56e9015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integreatly-web-app",
"version": "2.12.1",
"version": "2.12.2",
"private": true,
"proxy": "http://localhost:5001/",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@ function getConfigData(req) {
process.env.SSO_ROUTE
}/auth/realms/openshift/protocol/openid-connect/logout?redirect_uri=${logoutRedirectUri}',
threescaleWildcardDomain: '${process.env.THREESCALE_WILDCARD_DOMAIN || ''}',
integreatlyVersion: '${process.env.INTEGREATLY_VERSION || ''}'
integreatlyVersion: '${process.env.INTEGREATLY_VERSION || ''}',
clusterType: '${process.env.CLUSTER_TYPE || ''}'
};`;
}

Expand Down

0 comments on commit 56e9015

Please sign in to comment.