Files
survey-manager/survey-nginx/htdocs/vtiger_crm/modules/MessageBoard/config.php
Matthew Raymer dc3bd7f715 Updates
2024-07-21 09:09:40 +00:00

16 lines
256 B
PHP
Executable File

<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'shankarr:5001';
$dbname = 'vtigercrm3_0';
$dbuser = 'root';
$dbpasswd = '';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>