Fix queue configuration, fix AccountingAccountSync description
This commit is contained in:
parent
73d92f25c1
commit
1deda523b4
@ -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=
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user