friendica/tests/datasets/config/.htconfig.test.php

14 lines
217 B
PHP
Raw Normal View History

2019-02-10 13:09:38 +01:00
<?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';