Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:40
Show Gist options
  • Save jwohlfeil/b59654180a0a42714fb95ca9bb762be0 to your computer and use it in GitHub Desktop.
Save jwohlfeil/b59654180a0a42714fb95ca9bb762be0 to your computer and use it in GitHub Desktop.
update core_config_data set value="http://michelsen-versand.local/" where path like 'web%' AND value like 'http%';
update core_config_data set value="michelsen-versand.local" where path like 'web/cookie/cookie_domain';
update core_config_data set value="[email protected]" where path like 'trans_email%email';
update core_config_data set value="[email protected]" where path like '%recipient_email%';
update core_config_data set value="0" where path like 'google/analytics/active';
update core_config_data set value="" where path like '%_to';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment