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