Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Add overriding ESEYE_REDIS_HOST configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcooke committed Mar 16, 2018
1 parent c563222 commit 5355dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eseye.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

'file_cache_location' => storage_path('eseye/cache'),

'redis_cache_location' => env('REDIS_HOST', '127.0.0.1'),
'redis_cache_location' => env('ESEYE_REDIS_HOST', env('REDIS_HOST', '127.0.0.1')),
'redis_cache_prefix' => env('ESEYE_REDIS_PREFIX', 'eseye:'),

'memcached_cache_host' => env('MEMCACHED_HOST', '127.0.0.1'),
Expand Down

0 comments on commit 5355dda

Please sign in to comment.