fix admin change password

This commit is contained in:
Tokumeikoi
2020-05-25 15:48:12 +08:00
parent 6e509dab73
commit dab9afca53
3 changed files with 55 additions and 2 deletions

View File

@ -1,5 +1,5 @@
apps:
- name : 'V2Board'
script : 'php artisan queue:work --queue=send_email'
script : 'php artisan queue:work --queue=send_email,send_telegram'
instances: 4
out_file : './storage/logs/queue/queue.log'