Subversion Repositories SmartDukaan

Rev

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

Rev 14970 Rev 14996
Line 3... Line 3...
3
	'apihost' => 'http://localdtr/',
3
	'apihost' => 'http://localdtr/',
4
	'pythonapihost' => 'http://104.200.25.40:8057/',
4
	'pythonapihost' => 'http://104.200.25.40:8057/',
5
	// 'pythonapihost' => 'http://shop2020.in:8057/',
5
	// 'pythonapihost' => 'http://shop2020.in:8057/',
6
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
6
	'saholicapihost' => 'http://saholic.com:8080/mobileapi/',
7
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
7
	'Categories' => array(3=>'Mobiles',5=>'Tablets'),
8
	'staticversion' => '0.1.8',
8
	'staticversion' => '0.1.9',
9
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
9
	'dial2verifyapikey' => 'RA$553D12DD-A228-11E4-9AEC-94DE80A5CEAB',
10
	'requiremobileverification' => true,
10
	'requiremobileverification' => true,
11
	'dealsperpage' => 20,
11
	'dealsperpage' => 20,
12
	'log_solr_queries' => true,
12
	'log_solr_queries' => true,
13
	'activestores' => array(
13
	'activestores' => array(
Line 28... Line 28...
28
	'emails' => array(
28
	'emails' => array(
29
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
29
		'from' => array('help@profitmandi.com' => 'ProfitMandi Admin'),
30
		'to' => 'anikendra.das@shop2020.in',
30
		'to' => 'anikendra.das@shop2020.in',
31
		'cc' => array('manas.kapoor@shop2020.in')
31
		'cc' => array('manas.kapoor@shop2020.in')
32
	),
32
	),
33
	'debugusers' => array(1,2)
33
	'debugusers' => array(1,2),
-
 
34
	'saholicoffline' => false
34
);
35
);
35
36