Add ability to switch between new and existing daemon
This commit is contained in:
parent
281337943f
commit
15d38ce823
8 changed files with 466 additions and 5 deletions
|
@ -99,6 +99,17 @@ return [
|
|||
'frequency' => env('CONSOLE_PUSH_FREQ', 200),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Daemon Connection Details
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Configuration for support of the new Golang based daemon.
|
||||
*/
|
||||
'daemon' => [
|
||||
'use_new_daemon' => env('APP_USE_NEW_DAEMON', false),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Task Timers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue