<?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