mirror of https://github.com/bra1n/townsquare.git
14 lines
212 B
JavaScript
14 lines
212 B
JavaScript
|
module.exports = {
|
||
|
apps: [
|
||
|
{
|
||
|
name: "townsquare",
|
||
|
script: "index.js",
|
||
|
instances: 1,
|
||
|
autorestart: true,
|
||
|
max_memory_restart: "750M",
|
||
|
watch: true,
|
||
|
env: {}
|
||
|
}
|
||
|
]
|
||
|
};
|