Initial commit

This commit is contained in:
xboard
2023-11-17 14:44:01 +08:00
commit 65fe7682ff
460 changed files with 63554 additions and 0 deletions

5
pm2.yaml Normal file
View File

@@ -0,0 +1,5 @@
apps:
- name : 'V2Board'
script : 'php artisan horizon'
instances: 1
out_file : './storage/logs/queue/queue.log'