Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jul 13, 2018
1 parent bc5c7e9 commit 4f98055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ var csts = {
KEYMETRICS_ROOT_URL : process.env.KEYMETRICS_NODE || process.env.ROOT_URL || process.env.INFO_NODE || 'root.keymetrics.io',


PM2_BANNER : './lib/motd',
PM2_UPDATE : './lib/API/pm2-plus/pres/motd.update',
PM2_BANNER : '../lib/motd',
PM2_UPDATE : '../lib/API/pm2-plus/pres/motd.update',
DEFAULT_MODULE_JSON : 'package.json',

REMOTE_PORT_TCP : isNaN(parseInt(process.env.KEYMETRICS_PUSH_PORT)) ? 80 : parseInt(process.env.KEYMETRICS_PUSH_PORT),
Expand Down

0 comments on commit 4f98055

Please sign in to comment.