mirror of
https://github.com/unraid/api.git
synced 2026-04-25 00:39:09 -05:00
@@ -0,0 +1,21 @@
|
||||
/* eslint-disable camelcase */
|
||||
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'my_servers-client',
|
||||
script: './index.js',
|
||||
watch: false,
|
||||
wait_ready: true,
|
||||
listen_timeout: 3000,
|
||||
env: {
|
||||
PORT: 5000,
|
||||
NODE_ENV: 'development'
|
||||
},
|
||||
env_production: {
|
||||
PORT: '/var/run/my_servers-client.sock',
|
||||
NODE_ENV: 'production'
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user