| 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.1',
|
| 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 |
'log_solr_queries' => true,
|
14 |
'log_solr_queries' => true,
|
| 14 |
'activestores' => array(
|
15 |
'activestores' => array(
|
| 15 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
16 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
| 16 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
17 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
| 17 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
18 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
| Line 23... |
Line 24... |
| 23 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
24 |
'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
| 24 |
// 'saholicauthurl' => 'http://localmobile/autologin/',
|
25 |
// 'saholicauthurl' => 'http://localmobile/autologin/',
|
| 25 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
26 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
| 26 |
'admindashboardlimit' => 50,
|
27 |
'admindashboardlimit' => 50,
|
| 27 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
28 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
| 28 |
'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
|
29 |
// 'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
|
| 29 |
// 'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
|
30 |
'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
|
| 30 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
31 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
| 31 |
'emails' => array(
|
32 |
'emails' => array(
|
| 32 |
'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
|
33 |
'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
|
| 33 |
'to' => 'anikendra.das@shop2020.in',
|
34 |
'to' => 'anikendra.das@shop2020.in',
|
| 34 |
'cc' => array('manas.kapoor@shop2020.in')
|
35 |
'cc' => array('manas.kapoor@shop2020.in')
|