This repository has been archived on 2025-01-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
natsuko/config.json
2023-05-11 13:14:06 +03:00

14 lines
286 B
JSON

{
apps:
[{
name: "Koteika",
script: "bot.py",
exec_mode: "fork",
instances: "1",
wait_ready: true,
autorestart: false,
max_restarts: 5,
interpreter : ".venv/bin/python"
}]
}