mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-22 19:07:27 +01:00
12 lines
269 B
PHP
12 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';
|