]> git.mxchange.org Git - core.git/blob - application/tests/config-local.php-dist
Continued:
[core.git] / application / tests / config-local.php-dist
1 <?php
2 // Import framework stuff
3 use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
4
5 /**
6  * Local configuration entries which you can customize. Please keep the
7  * comments starting with CFG: as-is or else, the later configuration wizard
8  * (aka. 'admin' project) will not be able to parse it. You need to rename this
9  * file to config-local.php and make in that new file your changes.
10  *
11  * If you want to start an own network (which may accept different types of
12  * objects which would be rejected by the global network) please change
13  * hub_bootstrap_nodes (semicolon-seperated list) to your bootstrapper.
14  *
15  * You can set external_address to a hostname, e.g. me.homelinux.org, which will be
16  * included in the announcement. This is very useful for consumer DSL
17  * connections because they might be disconnected every 24 hours and rotate the
18  * IP number.
19  *
20  * @author              Roland Haeder <webmaster@shipsimu.org>
21  * @version             0.0
22  * @copyright   Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2022 Core Developer Team
23  * @license             GNU GPL 3.0 or any newer version
24  *
25  * This program is free software: you can redistribute it and/or modify
26  * it under the terms of the GNU General Public License as published by
27  * the Free Software Foundation, either version 3 of the License, or
28  * (at your option) any later version.
29  *
30  * This program is distributed in the hope that it will be useful,
31  * but WITHOUT ANY WARRANTY; without even the implied warranty of
32  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33  * GNU General Public License for more details.
34  *
35  * You should have received a copy of the GNU General Public License
36  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
37  */
38
39 // Some hub-specific configuration like port hostname where we will listen, etc.
40 $cfg = FrameworkBootstrap::getConfigurationInstance();