mirror of
https://github.com/bra1n/townsquare.git
synced 2025-03-11 04:34:37 +00:00
13 lines
212 B
JavaScript
13 lines
212 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: "townsquare",
|
|
script: "index.js",
|
|
instances: 1,
|
|
autorestart: true,
|
|
max_memory_restart: "750M",
|
|
watch: true,
|
|
env: {}
|
|
}
|
|
]
|
|
};
|