Skip to content

Instantly share code, notes, and snippets.

@ajankovic
Created April 25, 2012 16:36
Show Gist options
  • Save ajankovic/2491143 to your computer and use it in GitHub Desktop.
Save ajankovic/2491143 to your computer and use it in GitHub Desktop.
SQL snipet to search for configured url for the magento store.
SELECT config_id, path, value FROM core_config_data WHERE value LIKE "http%" AND path LIKE "%web%";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment