Subversion Repositories SmartDukaan

Rev

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

Rev 13703 Rev 13714
Line 1... Line 1...
1
<?php
1
<?php
2
$config = array(
2
$config = array(
3
	'Facebook' => array(
3
	'Facebook' => array(
4
		'fbappid' => "1584031658499914",
4
		'fbappid' => "1584031658499914",
5
		'secret' => '6b7a2c4ae36f52e93f3245582cb852f3',
5
		'secret' => '6b7a2c4ae36f52e93f3245582cb852f3',
6
		'base_url' => 'http://api.letushaggle.com'
6
		'base_url' => 'http://profittil.com'
7
	),
7
	),
8
	'apihost' => 'http://api.profittill.com/',
8
	'apihost' => 'http://api.profittill.com/',
9
	'pythonapihost' => 'http://104.200.25.40:8057/',
9
	'pythonapihost' => 'http://104.200.25.40:8057/',
10
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
10
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
11
	'Categories' => array(3=>'Mobiles',24=>'Tablets'),
11
	'Categories' => array(3=>'Mobiles',24=>'Tablets'),
12
	'staticversion' => '0.0.8'
12
	'staticversion' => '0.1.0'
13
);
13
);