mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:50:12 +00:00
- Adding additional legacy .htconfig information
This commit is contained in:
parent
542e363a49
commit
1acd5c7d22
3 changed files with 40 additions and 14 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue