Skip to content

Instantly share code, notes, and snippets.

@bonelifer
Created January 13, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonelifer/bd8772ca72cfc9962ba1 to your computer and use it in GitHub Desktop.
Save bonelifer/bd8772ca72cfc9962ba1 to your computer and use it in GitHub Desktop.
default phpbb 3.1 config
<?php
// phpBB 3.1.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'dbname';
$dbuser = 'dbuser';
$dbpasswd = 'dbpass';
$table_prefix = 'phpbb_';
$phpbb_adm_relative_path = 'adm/';
$acm_type = 'phpbb\\cache\\driver\\file';
@define('PHPBB_INSTALLED', true);
@define('DEBUG', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment