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-02 20:13:43 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-02 20:13:43 +0300
commit0439535c7fca5e4a63714a429aa26a76ecf9863a (patch)
tree356edb0215928256a3ecd57c98ec04723bff24e6
parent910cc31fadfb1a0312e7aa1bdd389e8ca3c7a729 (diff)
remove testrun from allowed config parameters8.5.0
-rw-r--r--CHANGELOG.rst1
-rw-r--r--README.rst1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index adfec3d..f2436c7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,7 @@ Changelog
**Improvements**
- Command line parameters will now override config parameters in case both are present
+- Remove **testrun** from allowed config parameters
**Bugfixes**
diff --git a/README.rst b/README.rst
index 6add19f..ea535b2 100644
--- a/README.rst
+++ b/README.rst
@@ -179,7 +179,6 @@ You can also put your settings in a config file, looking like this:
threads = 10
interval = 900
loglevel = error
- testrun = false
url = /path/to/owncloud # or https://domain.com/owncloud when using the REST API
phpini = /path/to/custom/php.ini
apilevel = v1-2 # or v2 for News 9.0.0 or greater