Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-05 17:51:39 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-05 17:51:39 +0300
commitad090970fd89c350b2180e2c10306906ecb4feca (patch)
tree970235d780e7164cb22f94cfcfec25ef682d8570
parent99d4f4d981008a93312f4ed8999b8b46925fc96e (diff)
changelog fix9.0.0
-rw-r--r--README.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 8bf0099..b2f5d46 100644
--- a/README.rst
+++ b/README.rst
@@ -176,16 +176,22 @@ You can also put your settings in a config file, looking like this:
.. code:: ini
[updater]
- user = admin # only needed when using the REST API
- password = admin # only needed when using the REST API
+ # only needed when using the REST API
+ user = admin
+ # only needed when using the REST API
+ password = admin
threads = 10
interval = 900
loglevel = error
- url = /path/to/owncloud # or https://domain.com/owncloud when using the REST API
+ # or https://domain.com/owncloud when using the REST API
+ url = /path/to/owncloud
phpini = /path/to/custom/php.ini
- apilevel = v1-2 # or v2 for News 9.0.0 or greater
+ # or v2 for News 9.0.0 or greater
+ apilevel = v1-2
mode = endless
+**Note**: You can omit options in the config file if you want to use the defaults, but you can not have more than the allowed parameters present, otherwise an exception will abort the updater.
+
Then run the updater with::
owncloud-news-updater -c /path/to/config