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