summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-05-22 01:18:36 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-05-22 01:18:36 +0200
commit66f06501cc18517e268ae5c3b20994b6fa2e2802 (patch)
tree25aaf1460fa2824ee42fae6d59457d7701a0d281 /manpages/taler.conf.5.rst
parent7479bb5e5585323fc7b046003d6103b4f1fd31a0 (diff)
downloaddocs-66f06501cc18517e268ae5c3b20994b6fa2e2802.tar.gz
docs-66f06501cc18517e268ae5c3b20994b6fa2e2802.tar.bz2
docs-66f06501cc18517e268ae5c3b20994b6fa2e2802.zip
-remove obsolete access control docs
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst44
1 files changed, 44 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index dbccd826..c9c86c68 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -76,9 +76,21 @@ exchange tools.
DB
Plugin to use for the database, e.g. “postgres”.
+SERVE
+ Should the HTTP server listen on a UNIX domain socket (set option to "unix") or on a TCP socket (set option to "tcp")?
+
+UNIXPATH
+ Path to listen on if we "SERVE" is set to "unix".
+
+UNIXPATH_MODE
+ Access permission mask to use for the "UNIXPATH".
+
PORT
Port on which the HTTP server listens, e.g. 8080.
+BIND_TO
+ Hostname to which the exchange HTTP server should be bound to, e.g. "localhost".
+
MASTER_PUBLIC_KEY
Crockford Base32-encoded master public key, public version of the
exchange's long-time offline signing key.
@@ -176,10 +188,13 @@ The following options must be in the section "[kyc-provider-XXX]" sections.
COST
Relative cost of the KYC provider, non-negative number.
+
LOGIC
API type of the KYC provider.
+
USER_TYPE
Type of user this provider is for, either INDIVIDUAL or BUSINESS.
+
PROVIDED_CHECKS
List of checks performed by this provider. Space-separated names of checks, must match check names in legitimization rules.
@@ -567,9 +582,21 @@ merchant backend.
DB
Plugin to use for the database, e.g._“postgres”.
+SERVE
+ Should the HTTP server listen on a UNIX domain socket (set option to "unix") or on a TCP socket (set option to "tcp")?
+
+UNIXPATH
+ Path to listen on if we "SERVE" is set to "unix".
+
+UNIXPATH_MODE
+ Access permission mask to use for the "UNIXPATH".
+
PORT
Port on which the HTTP server listens, e.g. 8080.
+BIND_TO
+ Hostname to which the merchant HTTP server should be bound to, e.g. "localhost".
+
LEGAL_PRESERVATION
How long do we keep data in the database for tax audits after the
transaction has completed? Default is 10 years.
@@ -638,6 +665,23 @@ PUBLIC_KEY
BASE_URL
Base URL of the auditor, e.g. “https://auditor.demo.taler.net/”
+SERVE
+ Should the HTTP server listen on a UNIX domain socket (set option to "unix") or on a TCP socket (set option to "tcp")?
+
+UNIXPATH
+ Path to listen on if we "SERVE" is set to "unix".
+
+UNIXPATH_MODE
+ Access permission mask to use for the "UNIXPATH".
+
+PORT
+ Port on which the HTTP server listens, e.g. 8080.
+
+BIND_TO
+ Hostname to which the merchant HTTP server should be bound to, e.g. "localhost".
+
+
+
AUDITOR POSTGRES BACKEND DATABASE OPTIONS
-----------------------------------------