Created
May 3, 2017 13:03
-
-
Save shabbirbhimani/8b73d66cf1cc1e0b0de8efc2b05ed052 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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