From: Stephen Cameron Date: Thu, 25 Jun 2020 14:57:40 +0000 (+0200) Subject: Add production database credentials. Done #3665 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=44627da08f18ce153803fd73b4cb171ed52bc0ce;p=stop-the-robots.git Add production database credentials. Done #3665 @0:05 --- diff --git a/wp-config.php b/wp-config.php index 63e3c60..0494257 100644 --- a/wp-config.php +++ b/wp-config.php @@ -7,13 +7,13 @@ if (file_exists($local_config = dirname(__FILE__) . '/local-config.php')) { // Global DB config if (!defined('DB_NAME')) { - define('DB_NAME', ''); + define('DB_NAME', 'stoptherobots'); } if (!defined('DB_USER')) { - define('DB_USER', ''); + define('DB_USER', 'stoptherobots'); } if (!defined('DB_PASSWORD')) { - define('DB_PASSWORD', ''); + define('DB_PASSWORD', 'd45sjAyvZcyYL3D35iw'); } if (!defined('DB_HOST')) { define('DB_HOST', 'localhost');