mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
8f45c77883
git-svn-id: file:///svn/phpbb/trunk@1215 89ea8834-ac86-4346-8a33-228a782c2dd0
19 lines
262 B
PHP
19 lines
262 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 = "dougk";
|
|
|
|
$table_prefix = "phpbb_";
|
|
|
|
define('PHPBB_INSTALLED', true);
|
|
|
|
?>
|