From 8a32e33a66871868c189864ca052829923fd17dd Mon Sep 17 00:00:00 2001 From: dhanushka350 <35393870+dhanushka350@users.noreply.github.com> Date: Sun, 1 Jul 2018 17:18:16 +0530 Subject: [PATCH] Update config.inc.php --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 90ef57b..79e7d52 100644 --- a/config.inc.php +++ b/config.inc.php @@ -28,7 +28,7 @@ /* Authentication type */ $cfg['Servers'][$i]['auth_type'] = 'cookie'; /* Server parameters */ -$cfg['Servers'][$i]['host'] = 'mysql'; +$cfg['Servers'][$i]['host'] = 'jws-app-mysql'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['AllowNoPassword'] = false;