friendica-github/tests/datasets/config/B.ini.php
2024-08-24 14:31:41 +02:00

25 lines
349 B
PHP

<?php
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
//
// SPDX-License-Identifier: AGPL-3.0-or-later
/**
* A test local ini file
*/
return <<<INI
[database]
hostname = testhost
username = testuser
password = testpw
database = testdb
[system]
theme = changed
newKey = newValue
[config]
admin_email = admin@overwritten.local
INI;