Skip to content

Instantly share code, notes, and snippets.

@shabbirbhimani
Created May 3, 2017 13:03
Show Gist options
  • Save shabbirbhimani/8b73d66cf1cc1e0b0de8efc2b05ed052 to your computer and use it in GitHub Desktop.
Save shabbirbhimani/8b73d66cf1cc1e0b0de8efc2b05ed052 to your computer and use it in GitHub Desktop.
<?php
$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'root';
$config['db']['password'] = '';
$config['db']['dbname'] = 'xenforo';
$config['superAdmins'] = '1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment