Skip to content

Instantly share code, notes, and snippets.

@clare485
Created July 26, 2013 16:01
Show Gist options
  • Save clare485/6090052 to your computer and use it in GitHub Desktop.
Save clare485/6090052 to your computer and use it in GitHub Desktop.
local-config.php
<?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