| 13532 |
anikendra |
1 |
<?php
|
| 18619 |
amit.gupta |
2 |
$config = array(
|
|
|
3 |
'Session.checkAgent' => false,
|
| 13567 |
anikendra |
4 |
'apihost' => 'http://localdtr/',
|
| 20270 |
amit.gupta |
5 |
//'pythonapihost' => 'http://dtr:8057/',
|
|
|
6 |
'requireusercheck' => false,
|
| 18652 |
amit.gupta |
7 |
'pythonapihost' => 'http://shop2020.in:8057/',
|
| 20270 |
amit.gupta |
8 |
//'saholicapihost' => 'http://localhost:8080/mobileapi/',
|
| 18619 |
amit.gupta |
9 |
'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
|
| 20613 |
amit.gupta |
10 |
'solrapihost' => 'http://shop2020.in:8080/dtr/',
|
|
|
11 |
//'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets',2=>'Apps'),
|
|
|
12 |
'Categories' => array(3=>'Mobiles',5=>'Tablets',2=>'Apps'),
|
| 20270 |
amit.gupta |
13 |
'staticversion' => '0.3.32',
|
| 13794 |
anikendra |
14 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
| 18652 |
amit.gupta |
15 |
'requiremobileverification' => false,
|
| 13815 |
anikendra |
16 |
'dealsperpage' => 20,
|
| 16363 |
anikendra |
17 |
'searchresultsperpage' => 100,
|
| 13901 |
anikendra |
18 |
'log_solr_queries' => true,
|
|
|
19 |
'activestores' => array(
|
| 14345 |
anikendra |
20 |
'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
|
|
|
21 |
'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
|
|
|
22 |
'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),
|
|
|
23 |
'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
|
| 16403 |
anikendra |
24 |
'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
|
| 17025 |
anikendra |
25 |
'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6),
|
| 17042 |
anikendra |
26 |
'homeshop18' => array('logo'=>'/img/homeshop18.png','store_id'=>7,'searchorder'=>7)
|
| 13901 |
anikendra |
27 |
),
|
| 17025 |
anikendra |
28 |
'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm', 7 => 'homeshop18'),
|
| 14019 |
anikendra |
29 |
'saholicapikey' => '21dtr022015',
|
| 20613 |
amit.gupta |
30 |
//'saholicauthurl' => 'http://m.saholic.com/autologin/',
|
|
|
31 |
'bigutsavauthurl' => 'http://localhost/autologin/',
|
|
|
32 |
'saholicauthurl' => 'http://localhost/autologin/',
|
| 14098 |
anikendra |
33 |
'priceranges' => array(3=>array('min'=>700,'max'=>50000),17=>array('min'=>3000,'max'=>45000)),
|
|
|
34 |
'admindashboardlimit' => 50,
|
| 14224 |
anikendra |
35 |
'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
|
| 17025 |
anikendra |
36 |
'livepriceurl' => 'http://104.200.25.40:8080/dtr/live-pricing',
|
|
|
37 |
// 'livepriceurl' => 'http://shop2020.in:8080/dtr/live-pricing',
|
| 14408 |
anikendra |
38 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
| 14509 |
anikendra |
39 |
'emails' => array(
|
|
|
40 |
'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
|
|
|
41 |
'to' => 'anikendra.das@shop2020.in',
|
|
|
42 |
'cc' => array('manas.kapoor@shop2020.in')
|
| 14970 |
anikendra |
43 |
),
|
| 14996 |
anikendra |
44 |
'debugusers' => array(1,2),
|
| 15606 |
anikendra |
45 |
'saholicoffline' => false,
|
| 24390 |
amit.gupta |
46 |
'pmaurl' => "http://localhost:8081",
|
|
|
47 |
'nodeurl' => "http://localhost:3001"
|
| 17101 |
anikendra |
48 |
);
|