]> git.mxchange.org Git - friendica.git/blob - A.ini.php
a9e462d13e1b09d10dc3b8c7f30cac27e8c9879b
[friendica.git] / 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;