Skip to content

Commit

Permalink
Update pulic paths for standalone (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd authored Apr 28, 2020
1 parent 2159446 commit 92f145d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/standalone.dev.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = webpackBase({
API_BASE_PATH: '/api/automation-hub/',

// Path on the host where the UI is found. EX: /apps/automation-hub
UI_BASE_PATH: '',
UI_BASE_PATH: '/ui/',

// Port that the UI is served over
UI_PORT: 8002,
Expand Down
2 changes: 1 addition & 1 deletion config/standalone.prod.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const webpackBase = require('./webpack.base.config');
module.exports = webpackBase({
API_HOST: '',
API_BASE_PATH: '/api/automation-hub/',
UI_BASE_PATH: '',
UI_BASE_PATH: '/ui/',
DEPLOYMENT_MODE: 'standalone',
UI_USE_HTTPS: false,
UI_DEBUG: false,
Expand Down

0 comments on commit 92f145d

Please sign in to comment.