Skip to content

Commit

Permalink
Change mail urls to heroku #47
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 9, 2015
1 parent 33ede56 commit 498dab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/watch-tips/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* @package WordPress
*/

define('WP_HOME','https://toolwatch.io/blog/watch-tips/');
define('WP_SITEURL','https://toolwatch.io/blog/watch-tips/');
define('WP_HOME','http://toolwatchapp.herokuapp.com/blog/watch-tips/');
define('WP_SITEURL','http://toolwatchapp.herokuapp.com/blog/watch-tips/');

$url = parse_url(getenv("CLEARDB_DATABASE_URL"));

Expand Down

0 comments on commit 498dab9

Please sign in to comment.