]> git.mxchange.org Git - friendica.git/blob - tests/datasets/config/B.ini.php
Merge pull request #10953 from annando/bott-shrinked
[friendica.git] / tests / datasets / config / B.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 = changed
16 newKey = newValue
17
18 [config]
19 admin_email = admin@overwritten.local
20 INI;