Skip to content

Commit

Permalink
Change database settings for stage wordpress. Refs #25
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jun 1, 2015
1 parent 3da7239 commit 521144f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blog/watch-tips/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'toolwatch');
define('DB_NAME', 'heroku_569fb1a070c9a16');

/** MySQL database username */
define('DB_USER', 'root');
define('DB_USER', 'bf5857955eb8a1');

/** MySQL database password */
define('DB_PASSWORD', '');
define('DB_PASSWORD', 'f5e774f8');

/** MySQL hostname */
define('DB_HOST', 'localhost');
define('DB_HOST', 'us-cdbr-iron-east-02.cleardb.net');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
Expand Down

0 comments on commit 521144f

Please sign in to comment.