Subversion Repositories SmartDukaan

Rev

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

Rev 15471 Rev 15847
Line 1... Line 1...
1
<?php
1
<?php
2
$config = array(
2
$config = array(
3
	'apihost' => 'http://www.mobilehotindia.com/',
3
	'apihost' => 'http://api.profittill.com/',
4
	'pythonapihost' => 'http://localhost:8057/',
4
	'pythonapihost' => 'http://104.200.25.40: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' => '0.8.4',
7
	'staticversion' => '0.8.4',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
9
	'requiremobileverification' => true,
9
	'requiremobileverification' => true,
Line 19... Line 19...
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=',
24
	'livepriceurl' => 'http://localhost:8080/dtr/item/',
24
	'livepriceurl' => 'http://104.200.25.40:8080/dtr/item/',
25
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
25
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
26
	'emails' => array(
26
	'emails' => array(
27
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
27
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
28
		'to' => 'help@profitmandi.com',
28
		'to' => 'help@profitmandi.com',
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in')
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in')