| Line 1... |
Line 1... |
| 1 |
<?php
|
1 |
<?php
|
| 2 |
$config = array(
|
2 |
$config = array(
|
| 3 |
'Session.checkAgent' => false,
|
3 |
'Session.checkAgent' => false,
|
| 4 |
'apihost' => 'http://localdtr/',
|
4 |
'apihost' => 'http://localdtr/',
|
| 5 |
'pythonapihost' => 'http://dtr:8057/',
|
5 |
'pythonapihost' => 'http://shop2020.in:8057/',
|
| 6 |
'requireusercheck' => false,
|
6 |
'requireusercheck' => false,
|
| 7 |
// 'pythonapihost' => 'http://shop2020.in:8057/',
|
7 |
// 'pythonapihost' => 'http://shop2020.in:8057/',
|
| 8 |
'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
8 |
'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
| 9 |
// 'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
9 |
// 'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
| 10 |
'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets',2=>'Apps'),
|
10 |
'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets',2=>'Apps'),
|
| 11 |
'staticversion' => '0.3.07',
|
11 |
'staticversion' => '0.3.07',
|
| 12 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
12 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
| 13 |
'requiremobileverification' => true,
|
13 |
'requiremobileverification' => false,
|
| 14 |
'dealsperpage' => 20,
|
14 |
'dealsperpage' => 20,
|
| 15 |
'searchresultsperpage' => 100,
|
15 |
'searchresultsperpage' => 100,
|
| 16 |
'log_solr_queries' => true,
|
16 |
'log_solr_queries' => true,
|
| 17 |
'activestores' => array(
|
17 |
'activestores' => array(
|
| 18 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
18 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|