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
2023-05-10 18:40:25 +03:00

14 lines
286 B
JSON
Executable File

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