mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
11 lines
269 B
PHP
11 lines
269 B
PHP
<?php
|
|
// phpBB 3.1.x auto-generated configuration file
|
|
// Do not change anything in this file!
|
|
$dbms = 'mysql';
|
|
$dbhost = '127.0.0.1';
|
|
$dbport = '';
|
|
$dbname = 'phpbb';
|
|
$dbuser = 'root';
|
|
$dbpasswd = '';
|
|
$table_prefix = 'phpbb_';
|
|
$acm_type = '\phpbb\cache\driver\dummy';
|