summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-x[-rw-r--r--]config/config.php13
1 files changed, 11 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index acb6c3546c6..5a278271350 100644..100755
--- a/config/config.php
+++ b/config/config.php
@@ -1,2 +1,11 @@
-<?php
-?>
+<?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