| Line 1... |
Line 1... |
| 1 |
<?php
|
1 |
<?php
|
| 2 |
$config = array(
|
2 |
$config = array(
|
| 3 |
'apihost' => 'http://localdtr/',
|
3 |
'apihost' => 'http://localdtr/',
|
| 4 |
// 'pythonapihost' => 'http://104.200.25.40:8057/',
|
4 |
'pythonapihost' => 'http://104.200.25.40:8057/',
|
| 5 |
'pythonapihost' => 'http://shop2020.in:8057/',
|
5 |
// 'pythonapihost' => 'http://shop2020.in:8057/',
|
| 6 |
'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
|
6 |
'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
|
| 7 |
// 'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
7 |
// 'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
| 8 |
'Categories' => array(3=>'Mobiles',5=>'Tablets'),
|
8 |
'Categories' => array(3=>'Mobiles',5=>'Tablets'),
|
| 9 |
'staticversion' => '0.2.1',
|
9 |
'staticversion' => '0.2.2',
|
| 10 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
10 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
| 11 |
'requiremobileverification' => true,
|
11 |
'requiremobileverification' => true,
|
| 12 |
'dealsperpage' => 20,
|
12 |
'dealsperpage' => 20,
|
| 13 |
'searchresultsperpage' => 100,
|
13 |
'searchresultsperpage' => 100,
|
| 14 |
'log_solr_queries' => true,
|
14 |
'log_solr_queries' => true,
|
| 15 |
'activestores' => array(
|
15 |
'activestores' => array(
|
| 16 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
16 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
| 17 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
17 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
| 18 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
18 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
| 19 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
19 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
| 20 |
'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5)
|
20 |
'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
|
| - |
|
21 |
'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6)
|
| 21 |
),
|
22 |
),
|
| 22 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues'),
|
23 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm'),
|
| 23 |
'saholicapikey' => '21dtr022015',
|
24 |
'saholicapikey' => '21dtr022015',
|
| 24 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
25 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
| 25 |
// 'saholicauthurl' => 'http://localmobile/autologin/',
|
26 |
// 'saholicauthurl' => 'http://localmobile/autologin/',
|
| 26 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
27 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
| 27 |
'admindashboardlimit' => 50,
|
28 |
'admindashboardlimit' => 50,
|