Subversion Repositories SmartDukaan

Rev

Rev 16403 | Rev 17042 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<?php
2
$config = array(
13599 anikendra 3
	'apihost' => 'http://api.profittill.com/',
13948 anikendra 4
	'pythonapihost' => 'http://localhost:8057/',
14225 anikendra 5
	'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
13767 anikendra 6
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
16403 anikendra 7
	'staticversion' => '1.3.5',
13739 anikendra 8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
13794 anikendra 9
	'requiremobileverification' => true,
13815 anikendra 10
	'dealsperpage' => 20,
16363 anikendra 11
	'searchresultsperpage' => 100,
13901 anikendra 12
	'log_solr_queries' => true,
13
	'activestores' => array(
14345 anikendra 14
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
15
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
16
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
17
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
16403 anikendra 18
		'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
17025 anikendra 19
		'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6),
20
		'homeshop18' => array('homeshop18'=>'/img/homeshop18.png','store_id'=>7,'searchorder'=>7)
13901 anikendra 21
	),
17025 anikendra 22
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm', 7 => 'homeshop18'),
14019 anikendra 23
	'saholicapikey' => '21dtr022015',	
14049 anikendra 24
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
14099 anikendra 25
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
14098 anikendra 26
	'admindashboardlimit' => 50,
14224 anikendra 27
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
14386 anikendra 28
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
14408 anikendra 29
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
14490 anikendra 30
	'emails' => array(
14866 anikendra 31
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
15380 anikendra 32
		'to' => 'rajneesh.arora@shop2020.in',
33
		'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in','amit.gupta@shop2020.in')
14970 anikendra 34
	),
16363 anikendra 35
	'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
15606 anikendra 36
	'saholicoffline' => false,
37
	'pmaurl' => "http://45.33.50.227:8081"
13532 anikendra 38
);