Skip to content

Instantly share code, notes, and snippets.

@serverok
Created March 26, 2018 05:43
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 serverok/73c7ecf6494e1052df54979f78384cb4 to your computer and use it in GitHub Desktop.
Save serverok/73c7ecf6494e1052df54979f78384cb4 to your computer and use it in GitHub Desktop.
mysql> select path, value from core_config_data where path like "%unsecure%";
+-----------------------------+------------------------------------+
| path | value |
+-----------------------------+------------------------------------+
| web/unsecure/base_url | https://www.pushmycart.com/ |
| web/unsecure/base_link_url | https://www.pushmycart.com/ |
| web/unsecure/base_skin_url | https://cdn.pushmycart.com/skin/ |
| web/unsecure/base_media_url | https://cdn1.pushmycart.com/media/ |
| web/unsecure/base_js_url | https://cdn2.pushmycart.com/js/ |
+-----------------------------+------------------------------------+
5 rows in set (0.00 sec)
mysql>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment