aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config.php
blob: d6b8a567c7077ad7e0fdc4ea9ef6ea5eafdb8807 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
// phpBB 3.1.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = '127.0.0.1';
$dbport = '';
$dbname = 'phpbb';
$dbuser = 'root';
$dbpasswd = '';
$table_prefix = 'phpbb_';
$acm_type = '\phpbb\cache\driver\dummy';