| 13532 |
anikendra |
1 |
<?php
|
| 13567 |
anikendra |
2 |
$config = array(
|
|
|
3 |
'apihost' => 'http://localdtr/',
|
| 14111 |
anikendra |
4 |
'pythonapihost' => 'http://104.200.25.40:8057/',
|
|
|
5 |
// 'pythonapihost' => 'http://shop2020.in:8057/',
|
| 14150 |
anikendra |
6 |
'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
|
| 13794 |
anikendra |
7 |
'Categories' => array(3=>'Mobiles',5=>'Tablets'),
|
| 14432 |
anikendra |
8 |
'staticversion' => '0.1.6',
|
| 13794 |
anikendra |
9 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
|
|
10 |
'requiremobileverification' => true,
|
| 13815 |
anikendra |
11 |
'dealsperpage' => 20,
|
| 13901 |
anikendra |
12 |
'log_solr_queries' => true,
|
|
|
13 |
'activestores' => array(
|
| 14345 |
anikendra |
14 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
|
|
15 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
|
|
16 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
|
|
17 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
| 13901 |
anikendra |
18 |
),
|
| 14019 |
anikendra |
19 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
|
|
|
20 |
'saholicapikey' => '21dtr022015',
|
| 14150 |
anikendra |
21 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
| 14098 |
anikendra |
22 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
|
|
23 |
'admindashboardlimit' => 50,
|
| 14224 |
anikendra |
24 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
| 14386 |
anikendra |
25 |
'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
|
| 14408 |
anikendra |
26 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
| 14111 |
anikendra |
27 |
);
|