Subversion Repositories SmartDukaan

Rev

Rev 15403 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
$config = array(        
        'apihost' => 'http://staging.mobilehotindia.com/',
        'pythonapihost' => 'http://localhost:8057/',
        'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
        'Categories' => array(3=>'Mobiles',5=>'Tablets'),
        'staticversion' => '0.3.1',
        '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),        
        ),
        'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic'),
        'saholicapikey' => '21dtr022015',
        'saholicauthurl' => 'http://m.shop2020.in/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://localhost:8080/dtr/item/',
        'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
                'emails' => array(
                'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
                'to' => 'anikendra.das@shop2020.in',
                'cc' => array('rajneesh.arora@shop2020.in','amit.sirohi@shop2020.in')
        ),
        'debugusers' => array(1,2),
        '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')
        )
);