Subversion Repositories SmartDukaan

Rev

Rev 20129 | Rev 20272 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20129 Rev 20271
Line 1... Line 1...
1
<?php
1
<?php
2
$config = array(
2
$config = array(
3
	'Session.checkAgent' => false, 	
3
	'Session.checkAgent' => false, 	
4
	'apihost' => 'http://staging.profittill.com/',
4
	'apihost' => 'http://staging.profittill.com/',
5
	'pythonapihost' => 'http://localhost:8057/',
5
	'pythonapihost' => 'http://localhost:8057/',
-
 
6
	'solrapihost' => 'http://localhost:8080/solr',
6
	'requireusercheck' => false,
7
	'requireusercheck' => false,
7
	'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
8
	'saholicapihost' => 'http://shop2020.in:8080/mobileapi/',
8
	'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets',2=>'Apps'),
9
	'Categories' => array(3=>'Mobiles',6=>'Accs',5=>'Tablets',2=>'Apps'),
9
	'arrSubCategory' =>array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier',11=>'Car Charger',12=>'Power Bank',13=>'Pendrive',14=>'Combo',15=>'Charger',16=>'Bluetooth Headset',17=>'Speaker',18=>'Adapter',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',30=>'Usb Hub',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'),
10
	'arrSubCategory' =>array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier',11=>'Car Charger',12=>'Power Bank',13=>'Pendrive',14=>'Combo',15=>'Charger',16=>'Bluetooth Headset',17=>'Speaker',18=>'Adapter',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',30=>'Usb Hub',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'),
10
	'staticversion' => '0.3.93',
11
	'staticversion' => '0.3.93',