Subversion Repositories SmartDukaan

Rev

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

Rev 14509 Rev 14970
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.7',
8
	'staticversion' => '0.1.8',
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 20... Line 20...
20
	'saholicapikey' => '21dtr022015',
20
	'saholicapikey' => '21dtr022015',
21
	'saholicauthurl' => 'http://localmobile/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://104.200.25.40:8080/dtr/live-pricing',
25
	// 'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
-
 
26
	'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
26
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
27
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
27
	'emails' => array(
28
	'emails' => array(
28
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
29
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
29
		'to' => 'anikendra.das@shop2020.in',
30
		'to' => 'anikendra.das@shop2020.in',
30
		'cc' => array('manas.kapoor@shop2020.in')
31
		'cc' => array('manas.kapoor@shop2020.in')
31
	)
32
	),
-
 
33
	'debugusers' => array(1,2)
32
);
34
);
33
35