1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

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:
Dennis Hermsmeier 2017-04-03 15:58:49 +02:00 committed by GitHub
parent 815f099116
commit f4c2ede530

View File

@ -45,6 +45,7 @@ FCM_API_TOKEN=
#CACHE_DRIVER= #CACHE_DRIVER=
#CACHE_HOST= #CACHE_HOST=
#REDIS_HOST=
#CACHE_PORT1= #CACHE_PORT1=
#CACHE_PORT2= #CACHE_PORT2=