Skip to content

Instantly share code, notes, and snippets.

@joehoyle
Created June 4, 2015 23:29
Show Gist options
  • Save joehoyle/6626c1c54738aebdc5d1 to your computer and use it in GitHub Desktop.
Save joehoyle/6626c1c54738aebdc5d1 to your computer and use it in GitHub Desktop.
<?php
define( 'DB_NAME', 'marketrealist' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', '' );
define( 'DB_HOST', 'localhost' );
define( 'WP_CACHE', false );
define( 'MR_FRAGMENT_CACHE_SHOW_DEBUG', false );
define( 'MR_FRAGMENT_CACHE_DISABLE', true );
define( 'SCRIPT_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'HM_DEV_EMAIL', '[email protected]' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment