-
-
Notifications
You must be signed in to change notification settings - Fork 2
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>
- Feed Reader * [RSS Syndication Format](https://github.com/ColdBox/cbox-feeds/wiki/RSS Syndication Format) * RDF Syndication Format * Atom Syndication Format * Supported Syntax and Formats
- Feed Generator
- Feed Generator Elements