summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-16 11:42:25 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-16 11:42:25 +0200
commit6e6d45955a36785c8c2875f85299bf1e00588291 (patch)
treed99ff56c4190fd2274b1b31a306e91b4975e25c1 /doc
parentceec3719d5f22928ff273136e37ab802c4efb90f (diff)
downloadanastasis-6e6d45955a36785c8c2875f85299bf1e00588291.tar.gz
anastasis-6e6d45955a36785c8c2875f85299bf1e00588291.tar.bz2
anastasis-6e6d45955a36785c8c2875f85299bf1e00588291.zip
-document API_KEY
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/manpages/anastasis.conf.5.rst18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/sphinx/manpages/anastasis.conf.5.rst b/doc/sphinx/manpages/anastasis.conf.5.rst
index 4857803..1819d6d 100644
--- a/doc/sphinx/manpages/anastasis.conf.5.rst
+++ b/doc/sphinx/manpages/anastasis.conf.5.rst
@@ -61,10 +61,6 @@ GLOBAL OPTIONS
The following options are from the ``[anastasis]`` section and used by
the **anastasis-httpd** service.
-PAYMENT_BACKEND_URL
- Base-URL of the Taler merchant backend instance to use for payments.
- FIXME: How do we pass the access token?
-
ANNUAL_FEE
Annual fee to be paid for policy uploads, i.e. "EUR:1.5".
@@ -91,6 +87,20 @@ PORT
TCP port on which the HTTP service should listen on.
+Backend options
+---------------
+
+The following options are from the ``[anastasis-merchant-backend]`` section and used by
+the **anastasis-httpd** service.
+
+PAYMENT_BACKEND_URL
+ Base-URL of the Taler merchant backend instance to use for payments.
+
+API_KEY
+ API key to transmit to the merchant backend for authentication.
+
+
+
Authorization options
---------------------