Subversion Repositories SmartDukaan

Rev

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

Rev 20283 Rev 20409
Line 35... Line 35...
35
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
35
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
36
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
36
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
37
	'emails' => array(
37
	'emails' => array(
38
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
38
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
39
		'to' => 'rajneesh.arora@shop2020.in',
39
		'to' => 'rajneesh.arora@shop2020.in',
40
		'cc' => array('amit.sirohi@shop2020.in','ritesh.chauhan@shop2020.in','himanshu.pandey@shop2020.in','amit.gupta@shop2020.in','khushal.bhatia@shop2020.in')
40
		'cc' => array('ritesh.chauhan@shop2020.in','himanshu.pandey@shop2020.in','amit.gupta@shop2020.in')
41
	),
41
	),
42
	'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
42
	'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
43
	'saholicoffline' => false,
43
	'saholicoffline' => false,
44
	'pmaurl' => "http://45.33.50.227:8081",
44
	'pmaurl' => "http://45.33.50.227:8081",
45
	'nodeurl' => "http://45.33.50.227:3001",
45
	'nodeurl' => "http://45.33.50.227:3001",
46
	'emailsCrm' => array(
46
	'emailsCrm' => array(
47
        'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
47
        'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
48
        'to' => 'rajneesh.arora@shop2020.in',
48
        'to' => 'rajneesh.arora@shop2020.in',
49
        'cc' => array('amit.sirohi@shop2020.in','himanshu.pandey@shop2020.in','ritesh.chauhan@shop2020.in','chaitnaya.vats@shop2020.in','amit.gupta@shop2020.in')
49
        'cc' => array('himanshu.pandey@shop2020.in','ritesh.chauhan@shop2020.in','amit.gupta@shop2020.in')
50
    ),
50
    ),
51
);
51
);
52
52