From a174022ba987c006c79ddef62cefe66dbb6813db Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Tue, 26 Jun 2018 09:14:50 +0000 Subject: [PATCH] Production database setup and configuration update in preparation for launch. WIP #1912 @0.25 --- wp-config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. */ -- 2.39.5