aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config.php
blob: 5033d2dc9f3408abc4add312f031cc500967e199 (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';