Skip to content

Instantly share code, notes, and snippets.

@webislife
Created April 19, 2019 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webislife/40174baec6a65856395de36283c07cd0 to your computer and use it in GitHub Desktop.
Save webislife/40174baec6a65856395de36283c07cd0 to your computer and use it in GitHub Desktop.
const ENVOIRMENT = require('./env.development.js');
module.exports = {
APPS: [
{
name: 'SSR',
script: 'src/server.js',
instances: 1,
exec_mode: 'fork',
autorestart: true,
watch: false,
max_memory_restart: '2G',
kill_timeout: 10000,
env_development: ENVOIRMENT,
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment