# Properties for CAnnouncements channel #The class which is responsible for generating an authoritative set of all topics available to th system TopicStoreAuthority=TopicStore.RDBM #true or false - use to enable or disable permission checking (should always be true in production) usePermissions=true # A Read-only topic store which pulls topic XML from a remote source over an http connection # Note that local topics, if saved with servlet publication on, # can be accessed via 'CAnnouncements.jsp?topicID={int}' TopicStore.HTTP=edu.columbia.ais.portal.channels.announcements.HTTPTopicStore # A topic store which utilizes a database TopicStore.RDBM=edu.columbia.ais.portal.channels.announcements.RDBMTopicStore #The default refresh period for topics - must be hourly, daily, weekly, monthly or yearly Refresh.Period=hourly #The default refresh frequency for topics - must be an integer, 1-12 Refresh.Frequency=12