summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-11-07 00:36:28 +0000
committerGitHub Workflow <workflow@github.com>2020-11-07 00:36:28 +0000
commit65634abac63693c073d85842e0585c6b94be2c48 (patch)
tree813ed351a462b7fb306972a5ff1fe86a77c9d1c1
parentb8cc63fb83d567184cfd54a82df5b2af58ca018f (diff)
Runs update.sh
-rw-r--r--18.0/apache/config/redis.config.php4
-rw-r--r--18.0/fpm-alpine/config/redis.config.php4
-rw-r--r--18.0/fpm/config/redis.config.php4
-rw-r--r--19.0/apache/config/redis.config.php4
-rw-r--r--19.0/fpm-alpine/config/redis.config.php4
-rw-r--r--19.0/fpm/config/redis.config.php4
-rw-r--r--20.0/apache/config/redis.config.php4
-rw-r--r--20.0/fpm-alpine/config/redis.config.php4
-rw-r--r--20.0/fpm/config/redis.config.php4
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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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 @@
<?php
if (getenv('REDIS_HOST')) {
- $CONFIG = array (
+ $CONFIG = array(
'memcache.distributed' => '\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'),
),
);