Created
February 14, 2017 12:40
-
-
Save jwohlfeil/b59654180a0a42714fb95ca9bb762be0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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