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://api.profittill.com/',
3
	'apihost' => 'http://104.200.25.40:8057/',
4
	'pythonapihost' => 'http://localhost:8057/',
4
	'pmaurl' => "http://45.33.50.227:8081",
5
	'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
-
 
6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
-
 
7
	'staticversion' => '1.3.5',
5
	'staticversion' => '0.0.1',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
-
 
9
	'requiremobileverification' => true,
-
 
10
	'dealsperpage' => 20,
-
 
11
	'searchresultsperpage' => 100,
-
 
12
	'log_solr_queries' => true,
-
 
13
	'activestores' => array(
-
 
14
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
-
 
15
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
-
 
16
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
-
 
17
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
-
 
18
		'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
-
 
19
		'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6)
-
 
20
	),
-
 
21
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm'),
-
 
22
	'saholicapikey' => '21dtr022015',	
-
 
23
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
-
 
24
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
-
 
25
	'admindashboardlimit' => 50,
-
 
26
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
-
 
27
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
-
 
28
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
-
 
29
	'emails' => array(
-
 
30
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
-
 
31
		'to' => 'rajneesh.arora@shop2020.in',
-
 
32
		'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in','amit.gupta@shop2020.in')
-
 
33
	),
-
 
34
	'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
-
 
35
	'saholicoffline' => false,
-
 
36
	'pmaurl' => "http://45.33.50.227:8081"
-
 
37
);
6
);