summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-02 03:19:42 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-02 03:19:42 +0200
commitb512f045446942f802740764d5b4178c97205a37 (patch)
tree4562f14d5a1b21df33a18e402706611187546238 /README.rst
parent38297af11f458b30af3cbdc42cf3407d6aff44ab (diff)
switch from json config to ini config
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index f4fb68959..1e5da0e1f 100644
--- a/README.rst
+++ b/README.rst
@@ -147,19 +147,17 @@ This problem is related to opcode caching, `check the issue tracker for how to s
Configuration
-------------
-All configuration values are set inside :file:`owncloud/data/news/config/config.json`
+All configuration values are set inside :file:`owncloud/data/news/config/config.ini`
-The configuration is in **JSON** and looks like this:
+The configuration is in **INI** format and looks like this:
-.. code-block:: js
+.. code-block:: ini
+
+ autoPurgeMinimumInterval = 60
+ autoPurgeCount = 200
+ simplePieCacheDuration = 1800
+ feedFetcherTimeout = 60
- {
- "autoPurgeMinimumInterval": 60,
- "autoPurgeCount": 200,
- "simplePieCacheDuration": 1800,
- "feedFetcherTimeout": 60,
- "useCronUpdates": true
- }
* **autoPurgeMinimumInterval**: Minimum amount of seconds after deleted feeds and folders are removed from the database.
* **autoPurgeCount**: To let people have more read and unstarred items per feed before they are purged increase this value