Subversion Repositories SmartDukaan

Rev

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

<?php
$config = array(
        'apihost' => 'http://api.profittill.com/',
        'pythonapihost' => 'http://localhost:8057/',
        'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
        'Categories' => array(3=>'Mobiles',5=>'Tablets'),
        'staticversion' => '1.3.5',
        'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
        'requiremobileverification' => true,
        'dealsperpage' => 20,
        'searchresultsperpage' => 100,
        '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',5 => 'shopclues', 6 => 'paytm'),
        '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://localhost:8080/dtr/live-pricing',
        'googleapikey' => 'AIzaSyDw1qBnmxtnfR9NqBewryQ-yo3cG2ravGM',
        'emails' => array(
                'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
                'to' => 'rajneesh.arora@shop2020.in',
                'cc' => array('amit.sirohi@shop2020.in','shailesh.kumar@shop2020.in','anikendra.das@shop2020.in','amit.gupta@shop2020.in')
        ),
        'debugusers' => array(794,284,169,771,747,746,649,103,197,203,609,458,113,1671,1,2,4755),
        'saholicoffline' => false,
        'pmaurl' => "http://45.33.50.227:8081"
);