Skip to content
Snippets Groups Projects
Commit d15464a0 authored by Robin Appelman's avatar Robin Appelman
Browse files

clear default config

parent 68ef1456
Branches
No related tags found
No related merge requests found
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment