]> git.mxchange.org Git - friendica.git/blob - tests/datasets/config/A.ini.php
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / tests / datasets / config / A.ini.php
1 <?php
2 /**
3  * A test local ini file
4  */
5
6 return <<<INI
7
8 [database]
9 hostname = testhost
10 username = testuser
11 password = testpw
12 database = testdb
13
14 [system]
15 theme = frio
16
17 [config]
18 admin_email = admin@test.it
19 INI;