Subversion Repositories SmartDukaan

Rev

Rev 18837 | Rev 19368 | 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/',
17544 naman 6
	'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets',2=>'Apps'),
19093 naman 7
	'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',32=> 'Smart Watch', 33=> 'Flip-Cover'),
8
	'staticversion' => '1.7.40',
13739 anikendra 9
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
13794 anikendra 10
	'requiremobileverification' => true,
18619 amit.gupta 11
	'requireusercheck' => true,
13815 anikendra 12
	'dealsperpage' => 20,
16363 anikendra 13
	'searchresultsperpage' => 100,
13901 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)
13901 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.saholic.com/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',
14490 anikendra 32
	'emails' => array(
14866 anikendra 33
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
15380 anikendra 34
		'to' => 'rajneesh.arora@shop2020.in',
18485 amit.gupta 35
		'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','sandeep.sachdeva@shop2020.in','amit.gupta@shop2020.in')
14970 anikendra 36
	),
16363 anikendra 37
	'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
15606 anikendra 38
	'saholicoffline' => false,
17101 anikendra 39
	'pmaurl' => "http://45.33.50.227:8081",
18666 manas 40
	'nodeurl' => "http://45.33.50.227:3001",
41
	'emailsCrm' => array(
42
        'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
43
        'to' => 'rajneesh.arora@shop2020.in',
44
        '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')
45
    ),
17101 anikendra 46
);