Subversion Repositories SmartDukaan

Rev

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

Rev 13815 Rev 13901
Line 7... Line 7...
7
	),	
7
	),	
8
	'apihost' => 'http://localdtr/',
8
	'apihost' => 'http://localdtr/',
9
	'pythonapihost' => 'http://104.200.25.40:8057/',
9
	'pythonapihost' => 'http://104.200.25.40:8057/',
10
	'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
10
	'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
11
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
11
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
12
	'staticversion' => '0.0.5',
12
	'staticversion' => '0.0.6',
13
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
13
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
14
	'requiremobileverification' => true,
14
	'requiremobileverification' => true,
15
	'dealsperpage' => 20,
15
	'dealsperpage' => 20,
16
	'log_solr_queries' => true
16
	'log_solr_queries' => true,
-
 
17
	'activestores' => array(
-
 
18
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4),
-
 
19
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1),
-
 
20
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3),
-
 
21
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2),
-
 
22
	),
17
);
23
);