Added port
This commit is contained in:
parent
5349694828
commit
d6009a8267
|
|
@ -58,7 +58,7 @@ Configure::write('smtp_settings', array(
|
||||||
|
|
||||||
//Production/Staging Config
|
//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)) {
|
if (in_array($host, $production_hosts)) {
|
||||||
$basedir = '/var/www/CMC-Sales/app';
|
$basedir = '/var/www/CMC-Sales/app';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue