| Line 2... |
Line 2... |
| 2 |
$config = array(
|
2 |
$config = array(
|
| 3 |
'apihost' => 'http://api.profittill.com/',
|
3 |
'apihost' => 'http://api.profittill.com/',
|
| 4 |
'pythonapihost' => 'http://localhost:8057/',
|
4 |
'pythonapihost' => 'http://localhost:8057/',
|
| 5 |
'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
|
5 |
'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
|
| 6 |
'Categories' => array(3=>'Mobiles',5=>'Tablets'),
|
6 |
'Categories' => array(3=>'Mobiles',5=>'Tablets'),
|
| 7 |
'staticversion' => '0.7.2',
|
7 |
'staticversion' => '0.8.3',
|
| 8 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
8 |
'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
|
| 9 |
'requiremobileverification' => true,
|
9 |
'requiremobileverification' => true,
|
| 10 |
'dealsperpage' => 20,
|
10 |
'dealsperpage' => 20,
|
| 11 |
'log_solr_queries' => true,
|
11 |
'log_solr_queries' => true,
|
| 12 |
'activestores' => array(
|
12 |
'activestores' => array(
|
| Line 24... |
Line 24... |
| 24 |
'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
|
24 |
'livepriceurl' => 'http://localhost:8080/dtr/live-pricing',
|
| 25 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
25 |
'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
|
| 26 |
'emails' => array(
|
26 |
'emails' => array(
|
| 27 |
'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
|
27 |
'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
|
| 28 |
'to' => 'anikendra.das@shop2020.in',
|
28 |
'to' => 'anikendra.das@shop2020.in',
|
| 29 |
'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in')
|
29 |
'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in')
|
| 30 |
)
|
30 |
)
|
| 31 |
);
|
31 |
);
|