diff --git a/config.php b/config.php index 6b6b09a4..d0988c1b 100755 --- a/config.php +++ b/config.php @@ -337,4 +337,9 @@ $sugar_config = array ( 'vcal_time' => '2', 'verify_client_ip' => false, ); -?> + +if ($_SERVER['HTTP_HOST'] == 'localhost:8080') { + $sugar_config['dbconfig']['db_host_name'] = 'twinpol-mysql56'; + $sugar_config['dbconfig']['db_user_name'] = 'root'; + $sugar_config['dbconfig']['db_password'] = 'rootpassword'; +}