Subversion Repositories SmartDukaan

Rev

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

Rev 14098 Rev 14111
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://shop2020.in:8080/mobileapi/',
7
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
7
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
8
	'staticversion' => '0.0.6',
8
	'staticversion' => '0.0.6',
9
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
9
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
10
	'requiremobileverification' => true,
10
	'requiremobileverification' => true,
Line 19... Line 19...
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.shop2020.in/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