Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
13944 anikendra 1
<?php
2
$config = array( 	
14509 anikendra 3
	'apihost' => 'http://staging.profittill.com/',
13944 anikendra 4
	'pythonapihost' => 'http://localhost:8057/',
18619 amit.gupta 5
	'requireusercheck' => false,
14517 anikendra 6
	'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
17473 manish.sha 7
	'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets',2=>'Apps'),
18796 naman 8
	'arrSubCategory' =>array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier',11=>'Car Charger',12=>'Power Bank',13=>'Pendrive',14=>'Combo',15=>'Charger',16=>'Bluetooth Headset',17=>'Speaker',18=>'Adapter',20=>'Screen Guard',21=>'Earphone',22=>'Card Reader',23=>'Mobile Holder',24=>'Aux Cable',25=>'OTG Cable',26=>'Self Stick',27=>'Back Cover',28=>'Tempered Glass',29=>'Battery',30=>'Usb Hub',31=>'Portable Music Player'),
19028 amit.gupta 9
	'staticversion' => '0.3.82',
13944 anikendra 10
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
18653 amit.gupta 11
	'requiremobileverification' => false,
13944 anikendra 12
	'dealsperpage' => 20,
16363 anikendra 13
	'searchresultsperpage' => 100,
13944 anikendra 14
	'log_solr_queries' => true,
15
	'activestores' => array(
14345 anikendra 16
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
17
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
18
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
19
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),	
16403 anikendra 20
		'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
17025 anikendra 21
		'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6),
17042 anikendra 22
		'homeshop18' => array('logo'=>'/img/homeshop18.png','store_id'=>7,'searchorder'=>7)
13944 anikendra 23
	),
17025 anikendra 24
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm', 7 => 'homeshop18'),
14019 anikendra 25
	'saholicapikey' => '21dtr022015',
14049 anikendra 26
	'saholicauthurl' => 'http://m.shop2020.in/autologin/',
14099 anikendra 27
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
14098 anikendra 28
	'admindashboardlimit' => 50,
14224 anikendra 29
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
14386 anikendra 30
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
14408 anikendra 31
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
14509 anikendra 32
		'emails' => array(
33
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
34
		'to' => 'anikendra.das@shop2020.in',
35
		'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in')
14970 anikendra 36
	),
15606 anikendra 37
	'debugusers' => array(1,2),
17101 anikendra 38
	'pmaurl' => "http://45.33.50.227:8081",
18638 manas 39
	'nodeurl' => "http://45.33.50.227:3001",
40
	'emailsCrm' => array(
18872 manas 41
	        'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
42
        	'to' => 'rajneesh.arora@shop2020.in',
43
	        'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','sandeep.sachdeva@shop2020.in','manas.kapoor@shop2020.in','chaitnaya.vats@shop2020.in','amit.gupta@shop2020.in')
18638 manas 44
    ),
18872 manas 45
);