| 13944 |
anikendra |
1 |
<?php
|
|
|
2 |
$config = array(
|
|
|
3 |
'apihost' => 'http://localdtr/',
|
|
|
4 |
'pythonapihost' => 'http://localhost:8057/',
|
|
|
5 |
'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
|
|
6 |
'Categories' => array(3=>'Mobiles',5=>'Tablets'),
|
|
|
7 |
'staticversion' => '0.0.6',
|
|
|
8 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
|
|
9 |
'requiremobileverification' => true,
|
|
|
10 |
'dealsperpage' => 20,
|
|
|
11 |
'log_solr_queries' => true,
|
|
|
12 |
'activestores' => array(
|
|
|
13 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4),
|
|
|
14 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1),
|
|
|
15 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3),
|
|
|
16 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2),
|
|
|
17 |
),
|
| 14019 |
anikendra |
18 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
|
|
|
19 |
'saholicapikey' => '21dtr022015',
|
| 14049 |
anikendra |
20 |
'saholicauthurl' => 'http://m.shop2020.in/autologin/',
|
| 14099 |
anikendra |
21 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
|
| 14098 |
anikendra |
22 |
'admindashboardlimit' => 50,
|
| 13944 |
anikendra |
23 |
);
|