aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config.php
blob: 04e20f63d8e83ff900f5fa5642316e63fdba433e (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 = 'container_mock';
$dbhost = '127.0.0.1';
$dbport = '';
$dbname = 'phpbb';
$dbuser = 'root';
$dbpasswd = '';
$table_prefix = 'phpbb_';
$acm_type = '\phpbb\cache\driver\null';