friendica-github/tests/datasets/config/.htconfig.test.php
2019-02-10 13:39:48 +01:00

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';