pm2.yaml 133 B

12345
  1. apps:
  2. - name : 'V2Board'
  3. script : 'php artisan horizon'
  4. instances: 1
  5. out_file : './storage/logs/queue/queue.log'