Add interactive SSH portfolio features
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'ssh-portfolio',
|
||||
script: './src/server.js',
|
||||
cwd: __dirname,
|
||||
interpreter: 'node',
|
||||
watch: ['src'],
|
||||
watch_delay: 1000,
|
||||
ignore_watch: ['node_modules', 'data', 'logs', 'test', '*.sqlite*'],
|
||||
autorestart: true,
|
||||
time: true,
|
||||
out_file: './logs/ssh-portfolio.out.log',
|
||||
error_file: './logs/ssh-portfolio.error.log',
|
||||
env: {
|
||||
NODE_ENV: 'production'
|
||||
}
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user