1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00
phpbb_ynh/conf/config.php.default
2021-06-28 11:33:31 +02:00

21 lines
553 B
Text

<?php
// phpBB 3.3.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = '__DB_NAME__';
$dbuser = '__DB_NAME__';
$dbpasswd ='__DB_PWD__';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
//@define('PHPBB_INSTALLED', true);
//define('PHPBB_INSTALLED', true);
//@define('PHPBB_DISPLAY_LOAD_TIME', true);
//@define('PHPBB_ENVIRONMENT', 'production');
//@define('DEBUG_CONTAINER', true);
//@define('DEBUG', true);
//@define('EXTRA_DEBUG', true);
?>