Skip to content

Instantly share code, notes, and snippets.

@serverok
Created March 26, 2018 05:50
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/0650a44a3319c6e9a820994ad26cefc7 to your computer and use it in GitHub Desktop.
Save serverok/0650a44a3319c6e9a820994ad26cefc7 to your computer and use it in GitHub Desktop.
mysql> select path, value from core_config_data where path like "%/secure%";
+-----------------------------+------------------------------------+
| path | value |
+-----------------------------+------------------------------------+
| web/secure/base_url | https://www.pushmycart.com/ |
| web/secure/base_link_url | https://www.pushmycart.com/ |
| web/secure/base_skin_url | https://cdn.pushmycart.com/skin/ |
| web/secure/base_media_url | https://cdn1.pushmycart.com/media/ |
| web/secure/base_js_url | https://cdn2.pushmycart.com/js/ |
| web/secure/use_in_frontend | 1 |
| web/secure/use_in_adminhtml | 1 |
| web/secure/offloader_header | SSL_OFFLOADED |
+-----------------------------+------------------------------------+
8 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