]> _ Git - physioassist-wordpress.git/commitdiff
Production database setup and configuration update in preparation for launch. WIP...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 26 Jun 2018 09:14:50 +0000 (09:14 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 26 Jun 2018 09:14:50 +0000 (09:14 +0000)
wp-config.php

index 6c33cae24d4a95a75f89979b4a4f82296ea2e191..7aac956356916896a878636815841d7b46e4031e 100644 (file)
@@ -7,16 +7,16 @@ if (file_exists(dirname(__FILE__) . '/local-config.php')) {
 \r
 // Global DB config\r
 if (!defined('DB_NAME')) {\r
-    define('DB_NAME', 'physioassist');\r
+    define('DB_NAME', 'physioastpwp');\r
 }\r
 if (!defined('DB_USER')) {\r
-    define('DB_USER', 'root');\r
+    define('DB_USER', 'physioastpwp');\r
 }\r
 if (!defined('DB_PASSWORD')) {\r
-    define('DB_PASSWORD', '');\r
+    define('DB_PASSWORD', 'R39p3c256yJ852367t2u');\r
 }\r
 if (!defined('DB_HOST')) {\r
-    define('DB_HOST', 'localhost');\r
+    define('DB_HOST', 'physioastpwp.mysql.db');\r
 }\r
 \r
 /** Database Charset to use in creating database tables. */\r