Subversion Repositories SmartDukaan

Rev

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

Rev 14408 Rev 14509
Line 1... Line 1...
1
<?php
1
<?php
2
$config = array( 	
2
$config = array( 	
3
	'apihost' => 'http://localdtr/',
3
	'apihost' => 'http://staging.profittill.com/',
4
	'pythonapihost' => 'http://localhost:8057/',
4
	'pythonapihost' => 'http://localhost:8057/',
5
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
5
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
7
	'staticversion' => '0.0.6',
7
	'staticversion' => '0.0.6',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
Line 21... Line 21...
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/live-pricing',
24
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
25
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
25
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
-
 
26
		'emails' => array(
-
 
27
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
-
 
28
		'to' => 'anikendra.das@shop2020.in',
-
 
29
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in')
-
 
30
	)
26
);
31
);