Subversion Repositories SmartDukaan

Rev

Rev 13698 | Rev 13703 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<?php
2
$config = array(
3
	'Facebook' => array(
4
		'fbappid' => "1584031658499914",
5
		'secret' => '6b7a2c4ae36f52e93f3245582cb852f3',
6
		'base_url' => 'http://api.letushaggle.com'
7
	),
13599 anikendra 8
	'apihost' => 'http://api.profittill.com/',
13633 anikendra 9
	'pythonapihost' => 'http://104.200.25.40:8057/',
13684 anikendra 10
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
13700 anikendra 11
	'Categories' => array(3=>'Mobiles',24=>'Tablets'),
13698 anikendra 12
	'staticversion' => '0.0.7'
13532 anikendra 13
);