summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-10 19:38:52 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-10 19:38:52 +0200
commit836dfebf723afc264868da69021c89221d02aa18 (patch)
treeae5274151345a13f65488bb6562fe1db0da41244 /README.rst
parent5befce51ef9f38609b713cfbc6095a3b60b1d574 (diff)
build http basic auth rather than requiring it from the user to write the correct auth string into the config
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index e78cb3761..7dd89199b 100644
--- a/README.rst
+++ b/README.rst
@@ -178,13 +178,10 @@ The configuration is in **INI** format and looks like this:
* **simplePieCacheDuration**: Amount of seconds to cache feeds
* **feedFetcherTimeout**: Maximum number of seconds to wait for an RSS or Atom feed to load. If a feed takes longer than that number of seconds to update, the update will be aborted
* **useCronUpdates**: To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default by setting this to false
-* **proxHost**: The adress of the proxy. Leave empty if no proxy should be used
+* **proxHost**: The adress of the proxy. Leave blank if no proxy should be used
* **proxyPort**: The proxy port, defaults to 8080
-* **proxyAuth**: The proxy auth details. Provide these in HTTP basic auth format:
-
- user:password
-
-
+* **proxyUser**: The proxy user name for the login. Must not container colons. Leave blank if there is none.
+* **proxyPassword**: The proxy user password for the login