Fix queue configuration, fix AccountingAccountSync description

This commit is contained in:
Deon George 2022-08-19 17:18:37 +10:00
parent 73d92f25c1
commit 1deda523b4
2 changed files with 5 additions and 6 deletions

View File

@ -19,7 +19,7 @@ BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=database
QUEUE_CONNECTION=database
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
@ -43,13 +43,12 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
EZYPAY_TOKEN=
EZYPAY_GUID=
QUICKBOOKS_CLIENT_ID=
QUICKBOOKS_CLIENT_SECRET=
QUICKBOOKS_API_URL=Production
AUTH_GOOGLE_CLIENT_ID=
AUTH_GOOGLE_SECRET=
AUTH_INTUIT_CLIENT_ID=
AUTH_INTUIT_SECRET_KEY=
PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_CLIENT_ID=
PAYPAL_SANDBOX_SECRET=

View File

@ -25,7 +25,7 @@ class AccountingAccountSync extends Command
*
* @var string
*/
protected $description = 'Command description';
protected $description = 'Synchronise accounts with account system';
/**
* Execute the console command.