Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. module.exports = {
  2. apps: [
  3. {
  4. // we load the common config
  5. ...require('./pm2.config'),
  6. // we set environment variables
  7. env: {
  8. "PORT": 3000,
  9. "NODE_ENV": "development"
  10. }
  11. }
  12. ]
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement