|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
// Connection to Redis for data storage. To connect via UNIX socket instead of
|
|
|
// TCP, set host to '/path/to/redis.sock'.
|
|
|
-"redis_host" => 'redis.service',
|
|
|
+"redis_host" => 'cache.service',
|
|
|
"redis_port" => 6379,
|
|
|
|
|
|
// If you use password authentication in Redis, set `redis_use_auth` to true and
|