Add remaining project files (exclude ignored folders)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "bilspro",
|
||||
"script": "./autoload.js",
|
||||
"instances": 1,
|
||||
"autorestart": true,
|
||||
"watch": false,
|
||||
"max_memory_restart": "1G",
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user