1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-03-15 22:24:36 +00:00
townsquare/server/ecosystem.config.js
2020-05-27 22:33:51 +02:00

13 lines
212 B
JavaScript

module.exports = {
apps: [
{
name: "townsquare",
script: "index.js",
instances: 1,
autorestart: true,
max_memory_restart: "750M",
watch: true,
env: {}
}
]
};