This commit is contained in:
2022-10-12 16:33:18 -05:00
parent 313cb9c858
commit cf5b9b59bd

View File

@@ -60,32 +60,32 @@ nextcloud:
$CONFIG = array (
'overwriteprotocol' => 'https'
);
storage.config.php: |-
<?php
$CONFIG = array (
'objectstore' => 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: |-
# <?php
# $CONFIG = array (
# 'objectstore' => 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: false
enabled: true
externalDatabase:
enabled: false
postgresql:
enabled: true
enabled: false
global:
postgresql:
auth: