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