Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-04-28 15:59:01 +0400
committerRobin <robin@Amaya.(none)>2010-04-28 15:59:01 +0400
commitd15464a0d8d9c2e526bd5df70994df66b191bb87 (patch)
treed0b79d99e0e7e79fce2c45d821479034c50a6ae6 /config
parent68ef145609516e35e5dfd27f6923cca83b88bb22 (diff)
clear default config
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/config/config.php b/config/config.php
index 5a278271350..e50ebead619 100755
--- a/config/config.php
+++ b/config/config.php
@@ -1,11 +1,3 @@
<?php
-$CONFIG_INSTALLED=true;
-$CONFIG_DATADIRECTORY='/var/www/owncloud/owncloud/data';
-$CONFIG_HTTPFORCESSL=false;
-$CONFIG_DATEFORMAT='j M Y G:i';
-$CONFIG_DBTYPE='mysql';
-$CONFIG_DBNAME='owncloud';
-$CONFIG_DBHOST='localhost';
-$CONFIG_DBUSER='owncloud';
-$CONFIG_DBPASSWORD='gehijm';
+
?> \ No newline at end of file