2019-02-10 12:09:38 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* A test .htconfig file
|
|
|
|
*/
|
|
|
|
|
|
|
|
$db_host = 'testhost';
|
|
|
|
$db_user = 'testuser';
|
|
|
|
$db_pass = 'testpw';
|
|
|
|
$db_data = 'testdb';
|
|
|
|
|
2019-03-16 19:04:11 +00:00
|
|
|
$admin_email = 'admin@friendica.local';
|
|
|
|
$admin_nickname = 'Friendly admin';
|
|
|
|
|
2019-02-10 12:09:38 +00:00
|
|
|
$pidfile = '/var/run/friendica.pid';
|
|
|
|
$default_timezone = 'Europe/Berlin';
|
|
|
|
$lang = 'fr';
|
2019-03-16 19:04:11 +00:00
|
|
|
|
|
|
|
$php_path = '/another/php';
|
|
|
|
$max_import_size = 999;
|