You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
646 B

<?php
$CONFIG = array (
'instanceid' => 'ocgjwkzvdhia',
'passwordsalt' => 'oI13FMa4JRQDWpAfcdEgdfS0WGKYV2',
'secret' => 'NofvPgEhyWYEeJWTfNVCdiG9ExXGbOFvqgZJHeTiuJ+eUiTw',
'trusted_domains' =>
array (
0 => 'cloud.yimian.xyz',
),
'datadirectory' => '/home/yimian/www/nextcloud/data',
'dbtype' => 'mysql',
'version' => '17.0.2.1',
'overwrite.cli.url' => 'https://cloud.yimian.xyz',
'dbname' => 'cloud',
'dbhost' => '192.168.0.90',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'cloud',
'dbpassword' => 'enedk^d%edl9f3eFen',
'installed' => true,
'maintenance' => false,
);