mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
19 lines
268 B
PHP
19 lines
268 B
PHP
<?php
|
|
|
|
//
|
|
// phpBB 2.x auto-generated config file
|
|
// Do not change anything in this file!
|
|
//
|
|
|
|
$dbms = "mysql";
|
|
|
|
$dbhost = "127.0.0.1";
|
|
$dbname = "devphpbb2";
|
|
$dbuser = "dougk";
|
|
$dbpasswd = "2d8o0u7g026";
|
|
|
|
$table_prefix = "phpbb_";
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
|
|
?>
|