--- projects/cms/source/server/build/etc/system.conf 2001/03/08 21:38:05 1.31 +++ projects/cms/source/server/build/etc/system.conf 2001/03/08 23:20:04 1.32 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.31 2001/03/08 21:38:05 tdb Exp $ +# $Id: system.conf,v 1.32 2001/03/08 23:20:04 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -248,12 +248,21 @@ Alerter.IRC.rejectMessage = sorry, I don't understand #### WebFeeder Configuration ############################################################ +# Define these (one or both_ to turn on the WebFeeder's, +# comment it to turn them off +WebFeeder.latestActive = true +WebFeeder.alertActive = true + # Root Path WebFeeder.rootPath = /usr/local/proj/co600_10/webroot # Latest Data WebFeeder.latestSubDir = latest WebFeeder.latestFileName = latest_data + +# Alert Data +WebFeeder.alertSubDir = alert +WebFeeder.alertFileName = alert_data ############################################################