Skip to content

Configuring Your Application

Jorge Reyes edited this page Jun 3, 2015 · 2 revisions

The feedReader has a number of optional application settings that can be configured under the YourSettings element in your ColdBox Configuration File.

<YourSettings>
  <Setting name="feedReader_httpTimeout" value="60" />
  <Setting name="feedReader_cacheType" value="file" />
  <Setting name="feedReader_cacheLocation" value="temp/feedCache" />
</YourSettings>
Clone this wiki locally