14 lines
278 B
JSON
Executable File
14 lines
278 B
JSON
Executable File
{
|
|
apps:
|
|
[{
|
|
name: "Koteika",
|
|
script: "bot.py",
|
|
exec_mode: "fork",
|
|
instances: "1",
|
|
wait_ready: true,
|
|
autorestart: false,
|
|
max_restarts: 5,
|
|
interpreter : "python3"
|
|
}]
|
|
}
|