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;