friendica/tests/datasets/config/local.ini.php
2019-02-10 13:39:48 +01:00

17 lines
185 B
PHP

<?php
/**
* A test local ini file
*/
return <<<INI
[database]
hostname = testhost
username = testuser
password = testpw
database = testdb
[config]
admin_email = admin@test.it
INI;