1 |
tdb |
1.1.2.1 |
# This is the default system configuration file |
2 |
|
|
# used by all components of the i-scream system |
3 |
|
|
# |
4 |
|
|
# ALL configuration that uses the centralised |
5 |
|
|
# configuration system has this file as its |
6 |
|
|
# root of configuration |
7 |
|
|
# |
8 |
|
|
# $Author: tdb1 $ |
9 |
|
|
# $Id: system.conf,v 1.10 2000/12/06 23:34:16 tdb1 Exp $ |
10 |
|
|
|
11 |
|
|
# FilterManager configuration |
12 |
|
|
|
13 |
|
|
# The default port to listen for new host connections |
14 |
|
|
FilterManager.listenPort=4567 |
15 |
|
|
|
16 |
|
|
# The default port for Filter's to listen on |
17 |
|
|
Filter.UDPListenPort=4589 |
18 |
|
|
Filter.TCPListenPort=4589 |
19 |
|
|
|
20 |
|
|
# The name for the root filter |
21 |
|
|
RootFilter.name=root |
22 |
|
|
RootFilter.realtimeInterfaceName=realtimeclients |
23 |
|
|
RootFilter.dbInterfaceName=database |
24 |
|
|
|
25 |
|
|
# The port for the client interface to listen on |
26 |
|
|
ClientInterface.listenPort=4510 |
27 |
|
|
|
28 |
|
|
# The default parent filter (should almost always be the same as Filter.rootFilter) |
29 |
|
|
Filter.parentFilter=root |
30 |
|
|
|
31 |
|
|
# The default filter for a new host |
32 |
|
|
Host.filter=filter1 |
33 |
|
|
|
34 |
|
|
# The default update times for a new host |
35 |
|
|
Host.UDPUpdateTime=5 |
36 |
|
|
Host.TCPUpdateTime=60 |
37 |
|
|
|
38 |
|
|
# Plugin Information |
39 |
|
|
Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins |
40 |
|
|
Filter.Plugins=EnforceEssentialData |
41 |
|
|
|
42 |
|
|
# mySQL Details |
43 |
|
|
config.mySQL=mySQL.conf |