Subversion Repositories SmartDukaan

Rev

Rev 18619 | Rev 18807 | 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'),
18593 amit.gupta 7
	'staticversion' => '1.7.24',
13739 anikendra 8
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
13794 anikendra 9
	'requiremobileverification' => true,
18619 amit.gupta 10
	'requireusercheck' => true,
13815 anikendra 11
	'dealsperpage' => 20,
16363 anikendra 12
	'searchresultsperpage' => 100,
13901 anikendra 13
	'log_solr_queries' => true,
14
	'activestores' => array(
14345 anikendra 15
		'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
16
		'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
17
		'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),	
18
		'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),		
16403 anikendra 19
		'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
17025 anikendra 20
		'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6),
17042 anikendra 21
		'homeshop18' => array('logo'=>'/img/homeshop18.png','store_id'=>7,'searchorder'=>7)
13901 anikendra 22
	),
17025 anikendra 23
	'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm', 7 => 'homeshop18'),
14019 anikendra 24
	'saholicapikey' => '21dtr022015',	
14049 anikendra 25
	'saholicauthurl' => 'http://m.saholic.com/autologin/',
14099 anikendra 26
	'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
14098 anikendra 27
	'admindashboardlimit' => 50,
14224 anikendra 28
	'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
14386 anikendra 29
	'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
14408 anikendra 30
	'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
14490 anikendra 31
	'emails' => array(
14866 anikendra 32
		'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
15380 anikendra 33
		'to' => 'rajneesh.arora@shop2020.in',
18485 amit.gupta 34
		'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','sandeep.sachdeva@shop2020.in','amit.gupta@shop2020.in')
14970 anikendra 35
	),
16363 anikendra 36
	'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
15606 anikendra 37
	'saholicoffline' => false,
17101 anikendra 38
	'pmaurl' => "http://45.33.50.227:8081",
18666 manas 39
	'nodeurl' => "http://45.33.50.227:3001",
40
	'emailsCrm' => array(
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')
44
    ),
17101 anikendra 45
);