aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index b8cee67675..b0dc738f7f 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -26,16 +26,14 @@
// and fill in the required details
//
-/*
//
// MySQL
//
$dbms = "mysql";
-$dbhost = "";
-$dbname = "";
-$dbuser = "";
-$dbpasswd = "";
-*/
+$dbhost = "localhost";
+$dbname = "bartvb";
+$dbuser = "bartvb";
+$dbpasswd = "bvbdb=";
/*
//
@@ -97,4 +95,4 @@ $dbpasswd = "";
//
$table_prefix = "phpbb_";
-?> \ No newline at end of file
+?>