This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
natsuko/config.json

14 lines
278 B
JSON
Raw Normal View History

2023-05-03 19:53:01 +03:00
{
apps:
[{
name: "Koteika",
script: "bot.py",
exec_mode: "fork",
instances: "1",
wait_ready: true,
autorestart: false,
max_restarts: 5,
interpreter : "python3"
}]
}