Remove config file
This commit is contained in:
parent
3d11e091d9
commit
94a176d4e8
|
@ -1,21 +0,0 @@
|
||||||
<?php
|
|
||||||
$CONFIG = array (
|
|
||||||
'instanceid' => 'oclip61vhpsy',
|
|
||||||
'passwordsalt' => 'M8h9O5EuS/tpqehZDb.C18yIBWd9HO',
|
|
||||||
'secret' => 'rBz4iMuGwItwHf0qA9q5DeLG73NONGaRCztPQWUDSbjkqCj7',
|
|
||||||
'trusted_domains' =>
|
|
||||||
array (
|
|
||||||
0 => '33.33.33.33',
|
|
||||||
),
|
|
||||||
'datadirectory' => '/var/www/owncloud/data',
|
|
||||||
'overwrite.cli.url' => 'http://33.33.33.33',
|
|
||||||
'dbtype' => 'mysql',
|
|
||||||
'version' => '7.8.1.0',
|
|
||||||
'dbname' => 'owncloud',
|
|
||||||
'dbhost' => 'localhost',
|
|
||||||
'dbtableprefix' => 'oc_',
|
|
||||||
'dbuser' => 'owncloud',
|
|
||||||
'dbpassword' => 'random',
|
|
||||||
'installed' => true,
|
|
||||||
);
|
|
||||||
define("DEBUG",1);
|
|
Loading…
Reference in New Issue