diff options
author | Robin <robin@Amaya.(none)> | 2010-04-28 13:59:01 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-28 13:59:01 +0200 |
commit | d15464a0d8d9c2e526bd5df70994df66b191bb87 (patch) | |
tree | d0b79d99e0e7e79fce2c45d821479034c50a6ae6 /config | |
parent | 68ef145609516e35e5dfd27f6923cca83b88bb22 (diff) | |
download | nextcloud-server-d15464a0d8d9c2e526bd5df70994df66b191bb87.tar.gz nextcloud-server-d15464a0d8d9c2e526bd5df70994df66b191bb87.zip |
clear default config
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.php | 10 |
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 |