Subversion Repositories SmartDukaan

Rev

Rev 14970 | Rev 15848 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14970 Rev 15606
Line 26... Line 26...
26
		'emails' => array(
26
		'emails' => array(
27
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
27
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
28
		'to' => 'anikendra.das@shop2020.in',
28
		'to' => 'anikendra.das@shop2020.in',
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in')
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in')
30
	),
30
	),
31
	'debugusers' => array(1,2)
31
	'debugusers' => array(1,2),
-
 
32
	'pmaurl' => "http://45.33.50.227:8081"
32
);
33
);
33
34