13 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * A test .htconfig file
 | 
						|
 */
 | 
						|
 | 
						|
$db_host = 'testhost';
 | 
						|
$db_user = 'testuser';
 | 
						|
$db_pass = 'testpw';
 | 
						|
$db_data = 'testdb';
 | 
						|
 | 
						|
$pidfile = '/var/run/friendica.pid';
 | 
						|
$default_timezone = 'Europe/Berlin';
 | 
						|
$lang = 'fr';
 |