Subversion Repositories SmartDukaan

Rev

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

Rev 15920 Rev 16363
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' => '1.1.6',
7
	'staticversion' => '1.3.2',
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
	'searchresultsperpage' => 100,
11
	'log_solr_queries' => true,
12
	'log_solr_queries' => true,
12
	'activestores' => array(
13
	'activestores' => array(
13
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
14
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
14
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
15
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
15
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
16
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
Line 27... Line 28...
27
	'emails' => array(
28
	'emails' => array(
28
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
29
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
29
		'to' => 'rajneesh.arora@shop2020.in',
30
		'to' => 'rajneesh.arora@shop2020.in',
30
		'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in','amit.gupta@shop2020.in')
31
		'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in','amit.gupta@shop2020.in')
31
	),
32
	),
32
	'debugusers' => array(1,2,794,284,169,771,747,746,649,103,197,203,609,458,113),
33
	'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
33
	'saholicoffline' => false,
34
	'saholicoffline' => false,
34
	'pmaurl' => "http://45.33.50.227:8081"
35
	'pmaurl' => "http://45.33.50.227:8081"
35
);
36
);