Subversion Repositories SmartDukaan

Rev

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

Rev 14432 Rev 14509
Line 1... Line 1...
1
<?php
1
<?php
2
$config = array( 	
2
$config = array( 	
3
	'apihost' => 'http://localdtr/',
3
	'apihost' => 'http://localdtr/',
4
	'pythonapihost' => 'http://104.200.25.40:8057/',
4
	// 'pythonapihost' => 'http://104.200.25.40:8057/',
5
	// 'pythonapihost' => 'http://shop2020.in:8057/',
5
	'pythonapihost' => 'http://shop2020.in:8057/',
6
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
6
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
7
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
7
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
8
	'staticversion' => '0.1.6',
8
	'staticversion' => '0.1.7',
9
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
9
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
10
	'requiremobileverification' => true,
10
	'requiremobileverification' => true,
11
	'dealsperpage' => 20,
11
	'dealsperpage' => 20,
12
	'log_solr_queries' => true,
12
	'log_solr_queries' => true,
13
	'activestores' => array(
13
	'activestores' => array(
Line 16... Line 16...
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
	),
18
	),
19
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
19
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
20
	'saholicapikey' => '21dtr022015',
20
	'saholicapikey' => '21dtr022015',
21
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
21
	'saholicauthurl' => 'http://localmobile/autologin/',
22
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
22
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
23
	'admindashboardlimit' => 50,
23
	'admindashboardlimit' => 50,
24
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
24
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
25
	'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
25
	'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
26
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
26
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
-
 
27
	'emails' => array(
-
 
28
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
-
 
29
		'to' => 'anikendra.das@shop2020.in',
-
 
30
		'cc' => array('manas.kapoor@shop2020.in')
-
 
31
	)
27
);
32
);
28
33