diff --git a/nextcloud-config.php b/nextcloud-config.php index b043155..ec8fb64 100644 --- a/nextcloud-config.php +++ b/nextcloud-config.php @@ -23,7 +23,7 @@ $CONFIG = array ( array ( 'host' => 'REDIS_HOST', 'password' => 'REDIS_PASSWORD', - 'port' => 6379, + 'port' => REDIS_PORT, ), 'instanceid' => 'ocfqhafrx447', 'passwordsalt' => 'NEXTCLOUD_PASSWORD_SALT',