Subversion Repositories SmartDukaan

Rev

Rev 16749 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
$config = array(
        'apihost' => 'http://mobilehotindia.com/',
        'pythonapihost' => 'http://104.200.25.40:8057/',
        'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
        'Categories' => array(3=>'Mobiles',5=>'Tablets'),
        'staticversion' => '0.8.5',
        'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
        'requiremobileverification' => true,
        'dealsperpage' => 20,
        'log_solr_queries' => true,
        'activestores' => array(
                'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1,'searchorder'=>3),
                'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2,'searchorder'=>4),
                'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4,'searchorder'=>2),  
                'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3,'searchorder'=>1),
                'shopclues' => array('logo'=>'/img/shopclues.png','store_id'=>5,'searchorder'=>5),
                'paytm' => array('logo'=>'/img/paytm.png','store_id'=>6,'searchorder'=>6)               
        ),
        'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
        'saholicapikey' => '21dtr022015',       
        'saholicauthurl' => 'http://m.saholic.com/autologin/',
        'priceranges' => array(3=>array('min'=>700,'max'=>50000),5=>array('min'=>3000,'max'=>45000)),
        'admindashboardlimit' => 50,
        'amazonorderurl' => 'https://www.amazon.in/gp/css/summary/edit.html?orderID=',
        'livepriceurl' => 'http://104.200.25.40:8080/dtr/item/',
        'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
        'emails' => array(
                'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
                'to' => 'help@profitmandi.com',
                'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in')
        ),
        'debugusers' => array(1,2),
        'saholicoffline' => true,
        'storeicons' => array(
                '1' => array('logo'=>'/img/amazon.png'), 
                '2' => array('logo'=>'/img/flipkart.png'),
                '3' => array('logo' =>'/img/snapdeal.png'),
                '4' => array('logo' =>'/img/saholic.png'),
                '5' => array('logo' =>'/img/shopclues.png'),
                '6' => array('logo' =>'/img/paytm.png')
        )
);