friendica-github/tests/datasets/config/local.ini.php
2019-03-24 13:47:35 +01:00

19 lines
208 B
PHP

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