Subversion Repositories SmartDukaan

Rev

Rev 13948 | Rev 14016 | 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://shop2020.in:8080/mobileapi/',
        'Categories' => array(3=>'Mobiles',5=>'Tablets'),
        'staticversion' => '0.5.5',
        'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
        'requiremobileverification' => true,
        'dealsperpage' => 20,
        'log_solr_queries' => true,
        'activestores' => array(
                'saholic' => array('logo'=>'/img/saholic.png','store_id'=>4),
                'amazon' => array('logo'=>'/img/amazon.png','store_id'=>1),
                'snapdeal' => array('logo'=>'/img/snapdeal.png','store_id'=>3),
                'flipkart' => array('logo'=>'/img/flipkart.png','store_id'=>2),
        ),
        'storemapping' => array(1 => 'amazon',2 => 'flipkart',3 => 'snapdeal',4 => 'saholic')
);