Subversion Repositories SmartDukaan

Rev

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

Rev 15606 Rev 15848
Line 2... Line 2...
2
$config = array(
2
$config = array(
3
	'apihost' => 'http://api.profittill.com/',
3
	'apihost' => 'http://api.profittill.com/',
4
	'pythonapihost' => 'http://localhost:8057/',
4
	'pythonapihost' => 'http://localhost:8057/',
5
	'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
5
	'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
7
	'staticversion' => '1.0.3',
7
	'staticversion' => '1.1.6',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
9
	'requiremobileverification' => true,
9
	'requiremobileverification' => true,
10
	'dealsperpage' => 20,
10
	'dealsperpage' => 20,
11
	'log_solr_queries' => true,
11
	'log_solr_queries' => true,
12
	'activestores' => array(
12
	'activestores' => array(
13
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
13
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
14
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
14
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
15
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
15
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
16
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
16
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
17
	),
17
	),
18
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
18
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues'),
19
	'saholicapikey' => '21dtr022015',	
19
	'saholicapikey' => '21dtr022015',	
20
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
20
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
21
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
21
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
22
	'admindashboardlimit' => 50,
22
	'admindashboardlimit' => 50,
23
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
23
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',