From 1e0cec945c4895623783d9ba733df307685b6490 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Feb 2019 17:38:55 +0100 Subject: [PATCH] Updated configuration settings --- accred_config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/accred_config.php b/accred_config.php index 58d5a40f..4a097391 100644 --- a/accred_config.php +++ b/accred_config.php @@ -1,10 +1,10 @@ 'accred_db', - 'name' => 'accred', + 'host' => 'accred-db', + 'name' => 'accred19', 'user' => 'accred', - 'pass' => 'welcome99' + 'pass' => 'accred19' ]; ?>