--- projects/cms/source/server/build/etc/system.conf 2000/12/12 19:00:44 1.1 +++ projects/cms/source/server/build/etc/system.conf 2000/12/12 19:00:44 1.1.2.1 @@ -0,0 +1,43 @@ +# This is the default system configuration file +# used by all components of the i-scream system +# +# ALL configuration that uses the centralised +# configuration system has this file as its +# root of configuration +# +# $Author: tdb $ +# $Id: system.conf,v 1.1.2.1 2000/12/12 19:00:44 tdb Exp $ + +# FilterManager configuration + +# The default port to listen for new host connections +FilterManager.listenPort=4567 + +# The default port for Filter's to listen on +Filter.UDPListenPort=4589 +Filter.TCPListenPort=4589 + +# The name for the root filter +RootFilter.name=root +RootFilter.realtimeInterfaceName=realtimeclients +RootFilter.dbInterfaceName=database + +# The port for the client interface to listen on +ClientInterface.listenPort=4510 + +# The default parent filter (should almost always be the same as Filter.rootFilter) +Filter.parentFilter=root + +# The default filter for a new host +Host.filter=filter1 + +# The default update times for a new host +Host.UDPUpdateTime=5 +Host.TCPUpdateTime=60 + +# Plugin Information +Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins +Filter.Plugins=EnforceEssentialData + +# mySQL Details +config.mySQL=mySQL.conf \ No newline at end of file