commit 6e6d45955a36785c8c2875f85299bf1e00588291 parent ceec3719d5f22928ff273136e37ab802c4efb90f Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 16 Aug 2021 11:42:25 +0200 -document API_KEY Diffstat:
| M | doc/sphinx/manpages/anastasis.conf.5.rst | | | 18 | ++++++++++++++---- |
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git 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 ---------------------