galactic-bot/start.json

12 lines
237 B
JSON
Raw Normal View History

2021-06-06 18:09:01 +02:00
{
"apps": [
{
"name": "new-gbot",
"script": "index.js",
"interpreter_args": "--trace-warnings",
"env": {
"NODE_ENV": "production"
}
}
]
}