Subversion Repositories SmartDukaan

Rev

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

Rev 14783 Rev 14866
Line 2... Line 2...
2
$config = array(
2
$config = array(
3
	'apihost' => 'http://api.profittill.com/',
3
	'apihost' => 'http://api.profittill.com/',
4
	'pythonapihost' => 'http://localhost:8057/',
4
	'pythonapihost' => 'http://localhost:8057/',
5
	'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
5
	'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
7
	'staticversion' => '0.8.3',
7
	'staticversion' => '0.8.4',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
9
	'requiremobileverification' => true,
9
	'requiremobileverification' => true,
10
	'dealsperpage' => 20,
10
	'dealsperpage' => 20,
11
	'log_solr_queries' => true,
11
	'log_solr_queries' => true,
12
	'activestores' => array(
12
	'activestores' => array(
Line 22... Line 22...
22
	'admindashboardlimit' => 50,
22
	'admindashboardlimit' => 50,
23
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
23
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
24
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
24
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
25
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
25
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
26
	'emails' => array(
26
	'emails' => array(
27
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
27
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
28
		'to' => 'anikendra.das@shop2020.in',
28
		'to' => 'help@profitmandi.com',
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in')
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in')
30
	)
30
	)
31
);
31
);