galactic-bot/start.json
2021-06-06 19:09:01 +03:00

12 lines
237 B
JSON

{
"apps": [
{
"name": "new-gbot",
"script": "index.js",
"interpreter_args": "--trace-warnings",
"env": {
"NODE_ENV": "production"
}
}
]
}