summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJonas Haag <jonas@lophus.org>2011-08-27 13:27:08 +0200
committerJonas Haag <jonas@lophus.org>2011-08-27 13:27:08 +0200
commited0970da274fa930f68b851c31e13ef1a54311fe (patch)
tree4a123ebf5d20ab2035f90a273d7c5a25b7ba04a3 /README.rst
parentec3c2c6a6d6bb9f5c0da56f45a4938ebddd4482e (diff)
README: Added a note about 'KLAUS_REPOS' environment variable
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fa5d8a5..0567f4c 100644
--- a/README.rst
+++ b/README.rst
@@ -67,4 +67,9 @@ the bjoern_ server).
Using a real server
...................
-The ``klaus.py`` module contains an ``app`` object that is a WSGI application.
+The ``klaus.py`` module contains a WSGI ``application`` object. The repo list
+is read from the ``KLAUS_REPOS`` environment variable (space-separated paths).
+
+UWSGI example::
+
+ uwsgi ... -m klaus --env KLAUS_REPOS="/path/to/repo1 /path/to/repo2 ..." ...