diff --git a/config/resque.php b/config/resque.php new file mode 100644 index 0000000..342269d --- /dev/null +++ b/config/resque.php @@ -0,0 +1,27 @@ + [ + 'host' => env('RESQUE_REDIS_HOST', 'localhost'), + 'port' => env('RESQUE_REDIS_PORT', 6379), + 'db' => env('RESQUE_REDIS_DB', 0), + ], + + /* + |-------------------------------------------------------------------------- + | Track Status + |-------------------------------------------------------------------------- + | + */ + + 'trackStatus' => env('RESQUE_TRACK_STATUS', false), + +];