Add REDIS_HOST
If you want to use Redis as backend for caching you have to use "REDIS_HOST" instead of "CACHE_HOST".
This commit is contained in:
parent
815f099116
commit
f4c2ede530
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ FCM_API_TOKEN=
|
|||
|
||||
#CACHE_DRIVER=
|
||||
#CACHE_HOST=
|
||||
#REDIS_HOST=
|
||||
#CACHE_PORT1=
|
||||
#CACHE_PORT2=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue