<?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;