File: //home/www/aritmodecarnaval/nextcloud/config/config.php
<?php
$CONFIG = array (
'instanceid' => 'oc5kzgljbpj3',
'passwordsalt' => 'pKQDUBaXJ5yCKzdySvoA/+O9TyLe0u',
'secret' => 'qx3VeSj3kQDllsNNhmmmRf+Ftyvmz1+tC0Iwwd7AloVUWKLl',
'trusted_domains' =>
array (
0 => 'www.aritmodecarnaval.es',
),
'datadirectory' => '/home/www/aritmodecarnaval/nextcloud/data',
'dbtype' => 'mysql',
'version' => '25.0.2.3',
'overwrite.cli.url' => 'https://www.aritmodecarnaval.es/nextcloud',
'dbname' => 'nextcloud',
'dbhost' => 'localhost:3306',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextclouduser',
'dbpassword' => 'nextcloudpass08',
'installed' => true,
'mail_smtpmode' => 'sendmail',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'nextcloud',
'mail_domain' => 'aritmodecarnaval.es',
'filesystem_check_changes' => 1,
'trashbin_retention_obligation' => 'auto',
);