✏️ 正在编辑: config.php
路径:
/var/softaculous/phpbb/config.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php // phpBB 3.3.x auto-generated configuration file // Do not change anything in this file! $dbms = 'phpbb\\db\\driver\\mysqli'; $dbhost = '[[softdbhost]]'; $dbport = ''; $dbname = '[[softdb]]'; $dbuser = '[[softdbuser]]'; $dbpasswd = '[[softdbpass]]'; $table_prefix = '[[dbprefix]]'; $phpbb_adm_relative_path = 'adm/'; $acm_type = 'phpbb\\cache\\driver\\file'; @define('PHPBB_INSTALLED', true); @define('PHPBB_ENVIRONMENT', 'production'); // @define('DEBUG_CONTAINER', true);
💾 保存文件
← 返回文件管理器