Skip to content

Instantly share code, notes, and snippets.

@guillaumemolter
Created October 10, 2014 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillaumemolter/2d746cda246ae018bd8a to your computer and use it in GitHub Desktop.
Save guillaumemolter/2d746cda246ae018bd8a to your computer and use it in GitHub Desktop.
<?php
define('DB_NAME', '');
define('DB_USER', '');
define('DB_PASSWORD', '');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define('WP_DEBUG', true);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment