summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLEDfan <tobia@ledfan.be>2014-12-08 13:19:26 +0100
committerLEDfan <tobia@ledfan.be>2014-12-08 13:19:26 +0100
commit94a176d4e8de9b1778910d26bda6c99ad9352c3b (patch)
tree5022a77a320a8df35e120b57b8cdf7532632a332
parent3d11e091d95a87bd4d85895b51bac69b349caa7f (diff)
downloadnextcloud-server-94a176d4e8de9b1778910d26bda6c99ad9352c3b.tar.gz
nextcloud-server-94a176d4e8de9b1778910d26bda6c99ad9352c3b.zip
Remove config file
-rw-r--r--config/config-mysql.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/config/config-mysql.php b/config/config-mysql.php
deleted file mode 100644
index 898dfb95b21..00000000000
--- a/config/config-mysql.php
+++ /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