Skip to content

Instantly share code, notes, and snippets.

@shabbirbhimani
Created May 3, 2017 13:03
Embed
What would you like to do?
<?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