friendica/tests/datasets/config/local.ini.php

17 lines
185 B
PHP
Raw Normal View History

2019-02-10 13:09:38 +01:00
<?php
/**
* A test local ini file
*/
return <<<INI
[database]
hostname = testhost
username = testuser
password = testpw
database = testdb
[config]
admin_email = admin@test.it
INI;