From d6009a82675db5662426b45f65b60f3fcbbf4fbc Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Fri, 27 Oct 2017 19:50:41 +1100 Subject: [PATCH] Added port --- app/config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';