9 lines
129 B
JavaScript
Executable File
9 lines
129 B
JavaScript
Executable File
module.exports = {
|
|
name: 'main-clive',
|
|
script: 'src/app.js',
|
|
restart_delay: 5000,
|
|
env: {
|
|
NODE_APP_INSTANCE: 'main',
|
|
},
|
|
};
|