diff options
author | root <root@dev.(none)> | 2010-03-16 18:43:08 +0100 |
---|---|---|
committer | root <root@dev.(none)> | 2010-03-16 18:43:08 +0100 |
commit | 2aef090ac5d779f6e1162ee7eb4e0ae29ec1c12d (patch) | |
tree | 262b6869d5ed8f8e0bfc8d71e5a58069706b382b /config | |
parent | 6d57de7b326b09437b3c90c4dea60d596f92fdd3 (diff) | |
download | nextcloud-server-2aef090ac5d779f6e1162ee7eb4e0ae29ec1c12d.tar.gz nextcloud-server-2aef090ac5d779f6e1162ee7eb4e0ae29ec1c12d.zip |
sync
Diffstat (limited to 'config')
-rwxr-xr-x[-rw-r--r--] | config/config.php | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/config/config.php b/config/config.php index 425278171ef..170006a6969 100644..100755 --- a/config/config.php +++ b/config/config.php @@ -1,11 +1,2 @@ <?php -$CONFIG_ADMINLOGIN='frank'; -$CONFIG_ADMINPASSWORD='123'; -$CONFIG_DATADIRECTORY='/www/testy'; -$CONFIG_HTTPFORCESSL=false; -$CONFIG_DATEFORMAT='j M Y G:i'; -$CONFIG_DBHOST='localhost'; -$CONFIG_DBNAME='owncloud'; -$CONFIG_DBUSER='owncloud'; -$CONFIG_DBPASSWORD='owncloud123'; -?>
\ No newline at end of file +?> |