Created
July 26, 2013 16:01
-
-
Save clare485/6090052 to your computer and use it in GitHub Desktop.
local-config.php
This file contains hidden or 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 | |
define('DB_NAME', 'hillmath'); | |
/** MySQL database username */ | |
define('DB_USER', 'firstfound'); | |
/** MySQL database password */ | |
define('DB_PASSWORD', 'firstfound'); | |
/** MySQL hostname */ | |
define('DB_HOST', 'wiki.firstfound.local'); | |
/** Database Charset to use in creating database tables. */ | |
define('DB_CHARSET', 'utf8'); | |
/** The Database Collate type. Don't change this if in doubt. */ | |
define('DB_COLLATE', ''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment