Skip to content

Commit

Permalink
Fix application name in insights mode. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd authored Nov 2, 2020
1 parent bb2c68f commit 7ee76ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/insights.dev.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = webpackBase({
// another platform. Options: insights, standalone
DEPLOYMENT_MODE: 'insights',
NAMESPACE_TERM: 'partners',
APPLICATION_NAME: 'Automation Hub',

// Serve the UI over http or https. Options: true, false
UI_USE_HTTPS: true,
Expand Down
1 change: 1 addition & 0 deletions config/insights.prod.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ module.exports = webpackBase({
UI_USE_HTTPS: false,
UI_DEBUG: false,
TARGET_ENVIRONMENT: 'prod',
APPLICATION_NAME: 'Automation Hub',
});

0 comments on commit 7ee76ea

Please sign in to comment.