Skip to content

Instantly share code, notes, and snippets.

@joemcgill
Created November 26, 2014 01:56
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 joemcgill/1daee0e0819eea4ff5e7 to your computer and use it in GitHub Desktop.
Save joemcgill/1daee0e0819eea4ff5e7 to your computer and use it in GitHub Desktop.
wp-config
/* Overrides the database for development URLs */
define('WP_SITEURL', 'http://my.domain.dev');
define('WP_HOME', 'http://my.domain.dev');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment