| 13532 |
anikendra |
1 |
<?php
|
|
|
2 |
$config = array(
|
| 13599 |
anikendra |
3 |
'apihost' => 'http://api.profittill.com/',
|
| 13948 |
anikendra |
4 |
'pythonapihost' => 'http://localhost:8057/',
|
| 20272 |
amit.gupta |
5 |
'solrapihost' => 'http://localhost:8080/dtr/',
|
| 14225 |
anikendra |
6 |
'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
|
| 19632 |
naman |
7 |
'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets'),
|
| 22063 |
amit.gupta |
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',15=>'Charger',16=>'Bluetooth Headset',17=>'Speaker',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',31=>'Portable Music Player',32=> 'Smart Watch', 33=> 'Flip-Cover', 34=>'Connector', 35=>'TV Remote', 36=>'Bumper Case',37 => 'DVD Player',38 => 'LED Light',39 =>'USB Device', 40=>'Headphone', 41=>'HDMI Cables'),
|
| 24391 |
amit.gupta |
9 |
'staticversion' => '1.12.05',
|
| 13739 |
anikendra |
10 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
| 13794 |
anikendra |
11 |
'requiremobileverification' => true,
|
| 18619 |
amit.gupta |
12 |
'requireusercheck' => true,
|
| 19924 |
naman |
13 |
'clearancesale' => 'http://api.profittill.com/skus/filter/1431,5885,7457,1057,1427,325,7278,7274,7458,7443,6866,6867,6868,6869,1442,1404,1430,4189,4069,4069,1428,1432,1401,4017,4028,4056,1535,1445,1423,1397,1447,1446,1459,1399,1429,4067,6046,7442,7444,7445,7446,7447,7448,7449,7450,7455,7451,7452,7454',
|
| 13815 |
anikendra |
14 |
'dealsperpage' => 20,
|
| 19806 |
naman |
15 |
'agentid' => 1,
|
| 21011 |
amit.gupta |
16 |
'referrercode' =>array('20PXPS17', 'INDIGITAL', 'WELCOMEPM', 'CRMAUTOCODE'),
|
| 20128 |
naman |
17 |
'allowcontroller' => array('categories','store_products','orders','user_actions','preferences','abouts','stores'),
|
| 16363 |
anikendra |
18 |
'searchresultsperpage' => 100,
|
| 13901 |
anikendra |
19 |
'log_solr_queries' => true,
|
|
|
20 |
'activestores' => array(
|
| 14345 |
anikendra |
21 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
|
|
22 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
|
|
23 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
|
|
24 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
| 16403 |
anikendra |
25 |
'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
|
| 17025 |
anikendra |
26 |
'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6),
|
| 17042 |
anikendra |
27 |
'homeshop18' => array('logo'=>'/img/homeshop18.png','store_id'=>7,'searchorder'=>7)
|
| 13901 |
anikendra |
28 |
),
|
| 17025 |
anikendra |
29 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm', 7 => 'homeshop18'),
|
| 14019 |
anikendra |
30 |
'saholicapikey' => '21dtr022015',
|
| 14049 |
anikendra |
31 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
| 20613 |
amit.gupta |
32 |
'bigutsavauthurl' => 'http://bigutsav.com/autologin/',
|
| 14099 |
anikendra |
33 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
|
| 14098 |
anikendra |
34 |
'admindashboardlimit' => 50,
|
| 14224 |
anikendra |
35 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
| 14386 |
anikendra |
36 |
'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
|
| 14408 |
anikendra |
37 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
| 14490 |
anikendra |
38 |
'emails' => array(
|
| 14866 |
anikendra |
39 |
'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
|
| 21042 |
amit.gupta |
40 |
'to' => array('ritesh.chauhan@shop2020.in'),
|
|
|
41 |
'cc' => array('amandeep.singh@smobility.in','amit.gupta@shop2020.in')
|
| 14970 |
anikendra |
42 |
),
|
| 16363 |
anikendra |
43 |
'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
|
| 15606 |
anikendra |
44 |
'saholicoffline' => false,
|
| 24390 |
amit.gupta |
45 |
'pmaurl' => "http://localhost:8081",
|
|
|
46 |
'nodeurl' => "http://localhost:3001",
|
| 18666 |
manas |
47 |
'emailsCrm' => array(
|
|
|
48 |
'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
|
| 21041 |
amit.gupta |
49 |
'to' => 'ritesh.chauhan@shop2020.in',
|
|
|
50 |
'cc' => array('amandeep.singh@smobility.in','amit.gupta@shop2020.in')
|
| 18666 |
manas |
51 |
),
|
| 21013 |
amit.gupta |
52 |
'activation_code_crm' => 'CRMAUTOCODE',
|
| 17101 |
anikendra |
53 |
);
|