diff --git a/app/config/core.php b/app/config/core.php index 16832dba..838e35e9 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -58,7 +58,7 @@ Configure::write('smtp_settings', array( //Production/Staging Config -$production_hosts = array('cmc.lan', '192.168.0.7', 'cmcbeta.lan', 'office.cmctechnologies.com.au'); +$production_hosts = array('cmc.lan', '192.168.0.7', 'cmcbeta.lan', 'office.cmctechnologies.com.au:5000'); if (in_array($host, $production_hosts)) { $basedir = '/var/www/CMC-Sales/app';