mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 16:11:59 +00:00
Fix env var
This commit is contained in:
parent
c4ce7273b0
commit
fe1cb573bf
@ -18,6 +18,6 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'prefix' => 'lethe_' . env('APP_ID'),
|
'prefix' => env('RESQUE_PREFIX'),
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user