From: stephen@cubedesigners.com Date: Tue, 26 Jun 2018 09:14:50 +0000 (+0000) Subject: Production database setup and configuration update in preparation for launch. WIP... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a174022ba987c006c79ddef62cefe66dbb6813db;p=physioassist-wordpress.git Production database setup and configuration update in preparation for launch. WIP #1912 @0.25 --- diff --git a/wp-config.php b/wp-config.php index 6c33cae2..7aac9563 100644 --- a/wp-config.php +++ b/wp-config.php @@ -7,16 +7,16 @@ if (file_exists(dirname(__FILE__) . '/local-config.php')) { // Global DB config if (!defined('DB_NAME')) { - define('DB_NAME', 'physioassist'); + define('DB_NAME', 'physioastpwp'); } if (!defined('DB_USER')) { - define('DB_USER', 'root'); + define('DB_USER', 'physioastpwp'); } if (!defined('DB_PASSWORD')) { - define('DB_PASSWORD', ''); + define('DB_PASSWORD', 'R39p3c256yJ852367t2u'); } if (!defined('DB_HOST')) { - define('DB_HOST', 'localhost'); + define('DB_HOST', 'physioastpwp.mysql.db'); } /** Database Charset to use in creating database tables. */