diff --git a/config/resque.php b/config/resque.php index dc96978..b53cb98 100644 --- a/config/resque.php +++ b/config/resque.php @@ -18,6 +18,6 @@ return [ | */ - 'prefix' => 'lethe_' . env('APP_ID'), + 'prefix' => env('RESQUE_PREFIX'), ];