From 07541936c71f794bb02e3eecfe0e43ffb0de9954 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 12 Oct 2022 16:36:45 -0500 Subject: [PATCH] test --- nextcloud/values.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index 7ced1c0..c300c16 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -60,23 +60,23 @@ nextcloud: $CONFIG = array ( 'overwriteprotocol' => 'https' ); - #storage.config.php: |- - # array( - # 'class' => '\\OC\\Files\\ObjectStore\\S3', - # 'arguments' => array( - # 'bucket' => 'nextcloud', - # 'autocreate' => true, - # 'key' => 'DeTWD5Dc2hNwCYft', - # 'secret' => 'tHfIcq4tmCrNNlL679YcjAe6pscs9PJd', - # 'hostname' => '192.168.20.253', - # 'port' => 9768, - # 'use_ssl' => false, - # 'use_path_style' => true - # ) - # ) - # ); + storage.config.php: |- + array( + 'class' => '\\OC\\Files\\ObjectStore\\S3', + 'arguments' => array( + 'bucket' => 'nextcloud', + 'autocreate' => true, + 'key' => 'DeTWD5Dc2hNwCYft', + 'secret' => 'tHfIcq4tmCrNNlL679YcjAe6pscs9PJd', + 'hostname' => '192.168.20.253', + 'port' => 9768, + 'use_ssl' => false, + 'use_path_style' => true + ) + ) + ); internalDatabase: enabled: true