| 15403 |
manish.sha |
1 |
<?php
|
|
|
2 |
$config = array(
|
| 15894 |
manish.sha |
3 |
'apihost' => 'http://mobilehotindia.com/',
|
| 15847 |
manish.sha |
4 |
'pythonapihost' => 'http://104.200.25.40:8057/',
|
| 15403 |
manish.sha |
5 |
'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
|
|
|
6 |
'Categories' => array(3=>'Mobiles',5=>'Tablets'),
|
| 16752 |
manish.sha |
7 |
'staticversion' => '0.8.5',
|
| 15403 |
manish.sha |
8 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
|
|
9 |
'requiremobileverification' => true,
|
|
|
10 |
'dealsperpage' => 20,
|
|
|
11 |
'log_solr_queries' => true,
|
|
|
12 |
'activestores' => array(
|
|
|
13 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
|
|
14 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
|
|
15 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
| 16749 |
manish.sha |
16 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
|
|
17 |
'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
|
|
|
18 |
'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6)
|
| 15403 |
manish.sha |
19 |
),
|
|
|
20 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
|
|
|
21 |
'saholicapikey' => '21dtr022015',
|
|
|
22 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
|
|
23 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
|
|
|
24 |
'admindashboardlimit' => 50,
|
|
|
25 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
| 15847 |
manish.sha |
26 |
'livepriceurl' => 'http://104.200.25.40:8080/dtr/item/',
|
| 15403 |
manish.sha |
27 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
|
|
28 |
'emails' => array(
|
|
|
29 |
'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
|
|
|
30 |
'to' => 'help@profitmandi.com',
|
|
|
31 |
'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in')
|
|
|
32 |
),
|
|
|
33 |
'debugusers' => array(1,2),
|
|
|
34 |
'saholicoffline' => true,
|
|
|
35 |
'storeicons' => array(
|
|
|
36 |
'1' => array('logo'=>'/img/amazon.png'),
|
|
|
37 |
'2' => array('logo'=>'/img/flipkart.png'),
|
|
|
38 |
'3' => array('logo' =>'/img/snapdeal.png'),
|
| 16749 |
manish.sha |
39 |
'4' => array('logo' =>'/img/saholic.png'),
|
|
|
40 |
'5' => array('logo' =>'/img/shopclues.png'),
|
|
|
41 |
'6' => array('logo' =>'/img/paytm.png')
|
| 15403 |
manish.sha |
42 |
)
|
|
|
43 |
);
|