22 |
|
# Comment either of these (or delete them) and |
23 |
|
# that interface won't be started |
24 |
|
RootFilter.realtimeInterfaceName=realtimeclients |
25 |
< |
RootFilter.dbInterfaceName=database |
25 |
> |
#RootFilter.dbInterfaceName=database |
26 |
|
|
27 |
|
# The port for the client interface to listen on |
28 |
|
ClientInterface.listenPort=4510 |
39 |
|
|
40 |
|
# Plugin Information |
41 |
|
Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins |
42 |
< |
Filter.Plugins=EnforceEssentialData |
42 |
> |
Filter.Plugins=EnforceEssentialData;TypeChecker |
43 |
|
|
44 |
|
# mySQL Details |
45 |
|
config.mySQL=mySQL.conf |