Files
andrew d765ef17c0 new nextcloud install experimental script.
along with ssh-config, and some other related updates.
2020-10-14 19:06:58 +00:00

18 lines
370 B
PHP

<?php
$CONFIG = array (
'trusted_domains' =>
array (
0 => 'DOMAIN_TO_USE',
),
'datadirectory' => 'DATA_DIRECTORY',
'dbtype' => 'mysql',
'dbhost' => 'localhost',
'dbname' => 'MYSQL_NAME',
'dbuser' => 'MYSQL_NAME',
'dbpassword' => 'MYSQL_PASSWORD',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'installed' => false,
'dbport' => '',
);