· 5 years ago · Feb 06, 2020, 09:40 PM
1
2<?php
3$CONFIG = array (
4 'instanceid' => '**************',
5 'passwordsalt' => '***********',
6 'secret' => 'fkkwy3JgLUUQF1ChV3lUU/8GLjztIYWfsX4z+VfQO/ucD7Zz',
7 'trusted_domains' =>
8 array (
9 0 => 'mon-domaine.com',
10 1 => '192.168.1.12',
11 ),
12 'datadirectory' => '/var/www/nextcloud/data',
13 'dbtype' => 'mysql',
14 'version' => '18.0.0.10',
15 'overwrite.cli.url' => 'https://mon-domaine.com',
16 'dbname' => 'nextcloud',
17 'dbhost' => 'localhost',
18 'dbport' => '',
19 'dbtableprefix' => 'oc_',
20 'mysql.utf8mb4' => true,
21 'dbuser' => '*******',
22 'dbpassword' => '******',
23 'installed' => true,
24);