From 65634abac63693c073d85842e0585c6b94be2c48 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Sat, 7 Nov 2020 00:36:28 +0000 Subject: Runs update.sh --- 18.0/apache/config/redis.config.php | 4 ++-- 18.0/fpm-alpine/config/redis.config.php | 4 ++-- 18.0/fpm/config/redis.config.php | 4 ++-- 19.0/apache/config/redis.config.php | 4 ++-- 19.0/fpm-alpine/config/redis.config.php | 4 ++-- 19.0/fpm/config/redis.config.php | 4 ++-- 20.0/apache/config/redis.config.php | 4 ++-- 20.0/fpm-alpine/config/redis.config.php | 4 ++-- 20.0/fpm/config/redis.config.php | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/18.0/apache/config/redis.config.php b/18.0/apache/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/18.0/apache/config/redis.config.php +++ b/18.0/apache/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/18.0/fpm-alpine/config/redis.config.php b/18.0/fpm-alpine/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/18.0/fpm-alpine/config/redis.config.php +++ b/18.0/fpm-alpine/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/18.0/fpm/config/redis.config.php b/18.0/fpm/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/18.0/fpm/config/redis.config.php +++ b/18.0/fpm/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/19.0/apache/config/redis.config.php b/19.0/apache/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/19.0/apache/config/redis.config.php +++ b/19.0/apache/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/19.0/fpm-alpine/config/redis.config.php b/19.0/fpm-alpine/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/19.0/fpm-alpine/config/redis.config.php +++ b/19.0/fpm-alpine/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/19.0/fpm/config/redis.config.php b/19.0/fpm/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/19.0/fpm/config/redis.config.php +++ b/19.0/fpm/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/20.0/apache/config/redis.config.php b/20.0/apache/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/20.0/apache/config/redis.config.php +++ b/20.0/apache/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/20.0/fpm-alpine/config/redis.config.php b/20.0/fpm-alpine/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/20.0/fpm-alpine/config/redis.config.php +++ b/20.0/fpm-alpine/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); diff --git a/20.0/fpm/config/redis.config.php b/20.0/fpm/config/redis.config.php index 9429c901..a5fde3c7 100644 --- a/20.0/fpm/config/redis.config.php +++ b/20.0/fpm/config/redis.config.php @@ -1,11 +1,11 @@ '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => getenv('REDIS_HOST'), - 'password' => getenv('REDIS_HOST_PASSWORD'), + 'password' => (string) getenv('REDIS_HOST_PASSWORD'), ), ); -- cgit v1.2.3