Add ability to switch between new and existing daemon

This commit is contained in:
Dane Everitt 2017-09-30 19:23:44 -05:00
parent 281337943f
commit 15d38ce823
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 466 additions and 5 deletions

View file

@ -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