test
This commit is contained in:
@@ -60,23 +60,23 @@ nextcloud:
|
|||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'overwriteprotocol' => 'https'
|
'overwriteprotocol' => 'https'
|
||||||
);
|
);
|
||||||
#storage.config.php: |-
|
storage.config.php: |-
|
||||||
# <?php
|
<?php
|
||||||
# $CONFIG = array (
|
$CONFIG = array (
|
||||||
# 'objectstore' => array(
|
'objectstore' => array(
|
||||||
# 'class' => '\\OC\\Files\\ObjectStore\\S3',
|
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
||||||
# 'arguments' => array(
|
'arguments' => array(
|
||||||
# 'bucket' => 'nextcloud',
|
'bucket' => 'nextcloud',
|
||||||
# 'autocreate' => true,
|
'autocreate' => true,
|
||||||
# 'key' => 'DeTWD5Dc2hNwCYft',
|
'key' => 'DeTWD5Dc2hNwCYft',
|
||||||
# 'secret' => 'tHfIcq4tmCrNNlL679YcjAe6pscs9PJd',
|
'secret' => 'tHfIcq4tmCrNNlL679YcjAe6pscs9PJd',
|
||||||
# 'hostname' => '192.168.20.253',
|
'hostname' => '192.168.20.253',
|
||||||
# 'port' => 9768,
|
'port' => 9768,
|
||||||
# 'use_ssl' => false,
|
'use_ssl' => false,
|
||||||
# 'use_path_style' => true
|
'use_path_style' => true
|
||||||
# )
|
)
|
||||||
# )
|
)
|
||||||
# );
|
);
|
||||||
|
|
||||||
internalDatabase:
|
internalDatabase:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user