Subversion Repositories SmartDukaan

Rev

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

Rev 14996 Rev 15380
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.4',
7
	'staticversion' => '1.0.3',
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 23... Line 23...
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('noreply@profitmandi.com' => 'ProfitMandi Admin'),
27
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
28
		'to' => 'help@profitmandi.com',
28
		'to' => 'rajneesh.arora@shop2020.in',
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in')
29
		'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in','amit.gupta@shop2020.in')
30
	),
30
	),
31
	'debugusers' => array(1,2),
31
	'debugusers' => array(1,2,794,284,169,771,747,746,649,103,197,203,609,458,113),
32
	'saholicoffline' => true
32
	'saholicoffline' => false
33
);
33
);