]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove config file
authorLEDfan <tobia@ledfan.be>
Mon, 8 Dec 2014 12:19:26 +0000 (13:19 +0100)
committerLEDfan <tobia@ledfan.be>
Mon, 8 Dec 2014 12:19:26 +0000 (13:19 +0100)
config/config-mysql.php [deleted file]

diff --git a/config/config-mysql.php b/config/config-mysql.php
deleted file mode 100644 (file)
index 898dfb9..0000000
+++ /dev/null
@@ -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);
\ No newline at end of file