summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-24 21:14:27 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-24 21:14:27 +0200
commit365ee86e0b2a080f4184686e20b5ba3a33bed509 (patch)
tree3c2ea524fcfafd26b1980500935dc686662749c3 /doc
parenta1a11e52e57f245672bbec9f53626ab9b60e6cf6 (diff)
downloadanastasis-365ee86e0b2a080f4184686e20b5ba3a33bed509.tar.gz
anastasis-365ee86e0b2a080f4184686e20b5ba3a33bed509.tar.bz2
anastasis-365ee86e0b2a080f4184686e20b5ba3a33bed509.zip
-update man pages
Diffstat (limited to 'doc')
-rw-r--r--doc/anastasis-config.12
-rw-r--r--doc/anastasis-helper-authorization-iban.12
-rw-r--r--doc/anastasis-httpd.12
-rw-r--r--doc/anastasis-reducer.12
-rw-r--r--doc/anastasis.conf.514
-rw-r--r--doc/sphinx/manpages/anastasis.conf.5.rst11
6 files changed, 27 insertions, 6 deletions
diff --git a/doc/anastasis-config.1 b/doc/anastasis-config.1
index b15bbf4..925fc9d 100644
--- a/doc/anastasis-config.1
+++ b/doc/anastasis-config.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "ANASTASIS-CONFIG" "1" "Aug 20, 2021" "0.0" "Anastasis"
+.TH "ANASTASIS-CONFIG" "1" "Aug 24, 2021" "0.0" "Anastasis"
.SH NAME
anastasis-config \- anastasis configuration file manipulation
.
diff --git a/doc/anastasis-helper-authorization-iban.1 b/doc/anastasis-helper-authorization-iban.1
index 3f65af2..7d89b76 100644
--- a/doc/anastasis-helper-authorization-iban.1
+++ b/doc/anastasis-helper-authorization-iban.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "ANASTASIS-HELPER-AUTHORIZATION-IBAN" "1" "Aug 20, 2021" "0.0" "Anastasis"
+.TH "ANASTASIS-HELPER-AUTHORIZATION-IBAN" "1" "Aug 24, 2021" "0.0" "Anastasis"
.SH NAME
anastasis-helper-authorization-iban \- anastasis IBAN authorization helper
.
diff --git a/doc/anastasis-httpd.1 b/doc/anastasis-httpd.1
index 27b61c6..c3233a5 100644
--- a/doc/anastasis-httpd.1
+++ b/doc/anastasis-httpd.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "ANASTASIS-HTTPD" "1" "Aug 20, 2021" "0.0" "Anastasis"
+.TH "ANASTASIS-HTTPD" "1" "Aug 24, 2021" "0.0" "Anastasis"
.SH NAME
anastasis-httpd \- anastasis HTTP backend
.
diff --git a/doc/anastasis-reducer.1 b/doc/anastasis-reducer.1
index c7c4246..ca8890a 100644
--- a/doc/anastasis-reducer.1
+++ b/doc/anastasis-reducer.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "ANASTASIS-REDUCER" "1" "Aug 20, 2021" "0.0" "Anastasis"
+.TH "ANASTASIS-REDUCER" "1" "Aug 24, 2021" "0.0" "Anastasis"
.SH NAME
anastasis-reducer \- anastasis CLI frontend
.
diff --git a/doc/anastasis.conf.5 b/doc/anastasis.conf.5
index e23f7b8..4b32457 100644
--- a/doc/anastasis.conf.5
+++ b/doc/anastasis.conf.5
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "ANASTASIS.CONF" "5" "Aug 20, 2021" "0.0" "Anastasis"
+.TH "ANASTASIS.CONF" "5" "Aug 24, 2021" "0.0" "Anastasis"
.SH NAME
anastasis.conf \- anastasis configuration file
.
@@ -159,6 +159,18 @@ wire the money to for authentication.
.TP
.B BUSINESS_NAME
Name of the account holder.
+.TP
+.B WIRE_GATEWAY_URL
+Base URL of the LibEuFin wire gateway (Anastasis facade).
+.TP
+.B WIRE_GATEWAY_AUTH_METHOD
+Authentication method used to talk to the LibEuFin wire gateway, i.e. \(aqbasic\(aq for HTTP basic authentication.
+.TP
+.B USERNAME
+Username to use when using HTTP basic authentication.
+.TP
+.B PASSWORD
+Password to use when using HTTP basic authentication.
.UNINDENT
.SS Postgres database configuration
.sp
diff --git a/doc/sphinx/manpages/anastasis.conf.5.rst b/doc/sphinx/manpages/anastasis.conf.5.rst
index f0e683c..1f6b49e 100644
--- a/doc/sphinx/manpages/anastasis.conf.5.rst
+++ b/doc/sphinx/manpages/anastasis.conf.5.rst
@@ -149,7 +149,16 @@ BUSINESS_NAME
Name of the account holder.
WIRE_GATEWAY_URL
- Base URL of the LibEuFin wire gateway.
+ Base URL of the LibEuFin wire gateway (Anastasis facade).
+
+WIRE_GATEWAY_AUTH_METHOD
+ Authentication method used to talk to the LibEuFin wire gateway, i.e. 'basic' for HTTP basic authentication.
+
+USERNAME
+ Username to use when using HTTP basic authentication.
+
+PASSWORD
+ Password to use when using HTTP basic authentication.
Postgres database configuration