diff options
Diffstat (limited to 'config/config-mysql.php')
-rw-r--r-- | config/config-mysql.php | 21 |
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 |