Skip to content

Instantly share code, notes, and snippets.

@eliyas5044
Last active June 26, 2022 21:15
Show Gist options
  • Save eliyas5044/1aa21425e92b2f7530357f53336380fe to your computer and use it in GitHub Desktop.
Save eliyas5044/1aa21425e92b2f7530357f53336380fe to your computer and use it in GitHub Desktop.
Soketi Supervisor configuration.
SOKETI_DEBUG=1
SOKETI_DEFAULT_APP_ID=lkC5RhIZaB2i3Kgx
SOKETI_DEFAULT_APP_KEY=42b698062084db174b0b3fe5
SOKETI_DEFAULT_APP_SECRET=cac2c96c73e99c53317c07ea
SOKETI_DEFAULT_APP_ENABLE_CLIENT_MESSAGES=true
[program:soketi]
process_name=%(program_name)s_%(process_num)02d
directory=/home/ubuntu
command=soketi-pm2 start
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=ubuntu
numprocs=1
redirect_stderr=true
stdout_logfile=/home/ubuntu/soketi.log
stopwaitsecs=60
stopsignal=sigint
minfds=10240
environment=PATH="/run/user/1000/fnm_multishells/1512_1656277457970/bin:/home/ubuntu/.fnm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:%(ENV_PATH)s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment