This website requires JavaScript.
Explore
Help
Sign In
idanoo
/
laravel-resque
Watch
1
Star
0
Fork
0
You've already forked laravel-resque
mirror of
https://github.com/idanoo/laravel-resque.git
synced
2024-11-22 08:25:18 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2.1.0
laravel-resque
/
config
/
resque.php
7 lines
105 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
add config file
2016-07-29 11:54:25 +00:00
<
?
php
return
[
make it configurable which redis config to use
2016-08-03 14:24:57 +00:00
'default'
=>
env
(
'RESQUE_REDIS'
,
'resque'
),
Fix env var
2016-08-04 19:17:10 +00:00
'prefix'
=>
env
(
'RESQUE_PREFIX'
),
add config file
2016-07-29 11:54:25 +00:00
];
Reference in New Issue
Copy Permalink