Subversion Repositories SmartDukaan

Rev

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

Rev 14135 Rev 14150
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://shop2020.in: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.0.7',
8
	'staticversion' => '0.0.9',
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
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3),
16
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3),
17
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2),
17
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2),
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.shop2020.in/autologin/',
21
	'saholicauthurl' => 'http://m.saholic.com/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
);
24
);
25
25