Initial source code import
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'PROJECT_NAME',
|
||||
script: "./src/server.js",
|
||||
instances: 1,
|
||||
watch: false,
|
||||
env_dev: {
|
||||
NODE_ENV: 'development'
|
||||
},
|
||||
env_staging: {
|
||||
NODE_ENV: 'staging'
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: 'production'
|
||||
}
|
||||
}],
|
||||
};
|
||||
Reference in New Issue
Block a user