Subversion Repositories SmartDukaan

Rev

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

<?php
$config = array(
        'apihost' => 'http://api.profittill.com/',
        'pythonapihost' => 'http://localhost:8057/',
        'solrapihost' => 'http://localhost:8080/dtr/',
        'saholicapihost' => 'http://50.116.3.101:8080/mobileapi/',
        'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets'),
        'arrSubCategory' =>array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier',11=>'Car Charger',12=>'Power Bank',13=>'Pendrive',15=>'Charger',16=>'Bluetooth Headset',17=>'Speaker',20=>'Screen Guard',21=>'Earphone',22=>'Card Reader',23=>'Mobile Holder',24=>'Aux Cable',25=>'OTG Cable',26=>'Self Stick',27=>'Back Cover',28=>'Tempered Glass',29=>'Battery',31=>'Portable Music Player',32=> 'Smart Watch', 33=> 'Flip-Cover', 34=>'Connector', 35=>'TV Remote', 36=>'Bumper Case',37 => 'DVD Player',38 => 'LED Light',39 =>'USB Device', 40=>'Headphone', 41=>'HDMI Cables'),
        'staticversion' => '1.12.05',
        'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
        'requiremobileverification' => true,
        'requireusercheck' => true,
        'clearancesale' => 'http://api.profittill.com/skus/filter/1431,5885,7457,1057,1427,325,7278,7274,7458,7443,6866,6867,6868,6869,1442,1404,1430,4189,4069,4069,1428,1432,1401,4017,4028,4056,1535,1445,1423,1397,1447,1446,1459,1399,1429,4067,6046,7442,7444,7445,7446,7447,7448,7449,7450,7455,7451,7452,7454',
        'dealsperpage' => 20,
        'agentid' => 1,
        'referrercode' =>array('20PXPS17', 'INDIGITAL', 'WELCOMEPM', 'CRMAUTOCODE'),
        'allowcontroller' => array('categories','store_products','orders','user_actions','preferences','abouts','stores'),
        '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),
                'homeshop18' => array('logo'=>'/img/homeshop18.png','store_id'=>7,'searchorder'=>7)
        ),
        'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic',5 => 'shopclues', 6 => 'paytm', 7 => 'homeshop18'),
        'saholicapikey' => '21dtr022015',       
        'saholicauthurl' => 'http://m.saholic.com/autologin/',
        'bigutsavauthurl' => 'http://bigutsav.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' => array('ritesh.chauhan@shop2020.in'),
                'cc' => array('amandeep.singh@smobility.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://localhost:8081",
        'nodeurl' => "http://localhost:3001",
        'emailsCrm' => array(
        'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
        'to' => 'ritesh.chauhan@shop2020.in',
        'cc' => array('amandeep.singh@smobility.in','amit.gupta@shop2020.in')
    ),
    'activation_code_crm' => 'CRMAUTOCODE',
);