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 14:15:52 +0400
committerRobin <robin@Amaya.(none)>2010-04-28 14:15:52 +0400
commitaacda0367d2894911098357e3c82c03071d27a02 (patch)
tree649a2de3fdddeec31a7b9cf08444c559e9649226 /config
parentfb498b9534b545c0e66cb82304e64f199c77a463 (diff)
merge
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