- Adding additional legacy .htconfig information

This commit is contained in:
Philipp Holzer 2019-03-16 20:04:11 +01:00
parent 542e363a49
commit 1acd5c7d22
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
3 changed files with 40 additions and 14 deletions

View file

@ -8,6 +8,12 @@ $db_user = 'testuser';
$db_pass = 'testpw';
$db_data = 'testdb';
$admin_email = 'admin@friendica.local';
$admin_nickname = 'Friendly admin';
$pidfile = '/var/run/friendica.pid';
$default_timezone = 'Europe/Berlin';
$lang = 'fr';
$php_path = '/another/php';
$max_import_size = 999;