summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authoralgakzru <algakzru@gmail.com>2019-09-10 08:31:16 +0800
committerJ0WI <J0WI@users.noreply.github.com>2019-09-10 02:31:16 +0200
commit73ff5c860d155d46ed65b6ae9caa9ee6e64478de (patch)
treef2ffb27acfb5e070c93a05f6428fa9485fdb7f92 /.config
parent892ac14791fc3ebbb201f23584ca34f83e33e8a1 (diff)
Diffstat (limited to '.config')
-rw-r--r--.config/redis.config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/redis.config.php b/.config/redis.config.php
index 5df799f2..19676160 100644
--- a/.config/redis.config.php
+++ b/.config/redis.config.php
@@ -6,6 +6,7 @@ if (getenv('REDIS_HOST')) {
'redis' => array(
'host' => getenv('REDIS_HOST'),
'port' => getenv('REDIS_HOST_PORT') ?: 6379,
+ 'password' => getenv('REDIS_HOST_PASSWORD'),
),
);
}