Subversion Repositories SmartDukaan

Rev

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

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