Subversion Repositories SmartDukaan

Rev

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

Rev 16363 Rev 16403
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.3.2',
7
	'staticversion' => '1.3.5',
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
	'searchresultsperpage' => 100,
12
	'log_solr_queries' => true,
12
	'log_solr_queries' => true,
13
	'activestores' => array(
13
	'activestores' => array(
14
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
14
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
15
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
15
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
16
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
16
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
17
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
17
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
18
		'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5)
18
		'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
-
 
19
		'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6)
19
	),
20
	),
20
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues'),
21
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm'),
21
	'saholicapikey' => '21dtr022015',	
22
	'saholicapikey' => '21dtr022015',	
22
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
23
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
23
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
24
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
24
	'admindashboardlimit' => 50,
25
	'admindashboardlimit' => 50,
25
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
26
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',