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