- Adding additional legacy .htconfig information
[friendica.git/.git] / tests / datasets / config / .htconfig.test.php
index 88ba4e3..78bb6bc 100644 (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;
\ No newline at end of file