diff options
author | Robin <robin@Amaya.(none)> | 2010-04-28 12:15:52 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-28 12:15:52 +0200 |
commit | aacda0367d2894911098357e3c82c03071d27a02 (patch) | |
tree | 649a2de3fdddeec31a7b9cf08444c559e9649226 /config | |
parent | fb498b9534b545c0e66cb82304e64f199c77a463 (diff) | |
download | nextcloud-server-aacda0367d2894911098357e3c82c03071d27a02.tar.gz nextcloud-server-aacda0367d2894911098357e3c82c03071d27a02.zip |
merge
Diffstat (limited to 'config')
-rwxr-xr-x[-rw-r--r--] | config/config.php | 13 |
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 |