Subversion Repositories SmartDukaan

Rev

Rev 16591 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16591 Rev 16717
Line 1... Line 1...
1
<?php
1
<?php
2
$config = array( 	
2
$config = array( 	
3
	'apihost' => 'http://localdtr/',
-
 
4
	// 'pythonapihost' => 'http://104.200.25.40:8057/',
3
	'apihost' => 'http://104.200.25.40:8057/',
5
	'pythonapihost' => 'http://shop2020.in:8057/',
4
	'pmaurl' => "http://45.33.50.227:8081",
6
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
-
 
7
	// 'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
-
 
8
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
-
 
9
	'staticversion' => '0.2.2',
5
	'staticversion' => '0.0.1',
10
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
-
 
11
	'requiremobileverification' => true,
-
 
12
	'dealsperpage' => 20,
-
 
13
	'searchresultsperpage' => 100,
-
 
14
	'log_solr_queries' => true,
-
 
15
	'activestores' => array(
-
 
16
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
-
 
17
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
-
 
18
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
-
 
19
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
-
 
20
		'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
-
 
21
		'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6)
-
 
22
	),
-
 
23
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm'),
-
 
24
	'saholicapikey' => '21dtr022015',
-
 
25
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
-
 
26
	// 'saholicauthurl' => 'http://localmobile/autologin/',
-
 
27
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
-
 
28
	'admindashboardlimit' => 50,
-
 
29
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
-
 
30
	// 'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
-
 
31
	'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
-
 
32
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
-
 
33
	'emails' => array(
-
 
34
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
-
 
35
		'to' => 'anikendra.das@shop2020.in',
-
 
36
		'cc' => array('manas.kapoor@shop2020.in')
-
 
37
	),
-
 
38
	'debugusers' => array(1,2),
-
 
39
	'saholicoffline' => false,
-
 
40
	'pmaurl' => "http://45.33.50.227:8081"
-
 
41
);
6
);
42
7