diff --git a/config.php b/config.php index 2d4eb883..6ea971df 100644 --- a/config.php +++ b/config.php @@ -317,4 +317,9 @@ $sugar_config = array ( 'vcal_time' => '2', 'verify_client_ip' => false, ); -?> + +if ($_SERVER['HTTP_HOST'] == 'localhost:8080') { + $sugar_config['dbconfig']['db_host_name'] = 'e5-mysql56'; + $sugar_config['dbconfig']['db_user_name'] = 'root'; + $sugar_config['dbconfig']['db_password'] = 'rootpassword'; +} \ No newline at end of file