summaryrefslogtreecommitdiff
path: root/doc/taler.conf.5
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-11 16:11:07 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-11 16:11:07 +0200
commitfdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e (patch)
tree8f114c52798678a9b3c0c1fb0a1fc2ff18c47868 /doc/taler.conf.5
parenta560e79a5048ea7b9062e4a1f3b5dce7a03e81c4 (diff)
downloadexchange-fdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e.tar.gz
exchange-fdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e.tar.bz2
exchange-fdcac7d6aff6d03aa8a9fb0af85aa91a8c6e7f1e.zip
fix #3835
Diffstat (limited to 'doc/taler.conf.5')
-rw-r--r--doc/taler.conf.511
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/taler.conf.5 b/doc/taler.conf.5
index ed26fe150..cb51d8989 100644
--- a/doc/taler.conf.5
+++ b/doc/taler.conf.5
@@ -8,7 +8,7 @@ taler.conf \- Taler configuration file.
.SH DESCRIPTION
-The basic structure of the configuration file is the following. The file is split into sections. Every section begins with "[SECTIONNAME]" and contains a number of options of the form "OPTION=VALUE". Empty lines and lines beginning with a "#" are treated as comments.
+The basic structure of the configuration file is the following. The file is split into sections. Every section begins with "[SECTIONNAME]" and contains a number of options of the form "OPTION=VALUE". Empty lines and lines beginning with a "#" are treated as comments.
.SH MINT OPTIONS
@@ -19,12 +19,19 @@ The following options are from the "[mint]" section and used by most mint tools:
.IP WIREFORMAT
Format used for wire transfers to the merchant, i.e. "SEPA".
.IP DB
- How to access the database, i.e. "postgres:///taler"
+ Plugin to use for the database, i.e. "postgres"
.IP PORT
Port on which the HTTP server listens, i.e. 8080.
.IP MASTER_PUBLIC_KEY
Crockford Base32-encoded master public key, public version of the mint\'s long\-time offline signing key.
+.SH Postgres database options
+
+The following options must be in section "[mintdb-postgres]":
+
+.IP DB_CONN_STR
+ How to access the database, i.e. "postgres:///taler" to use the "taler" database. Testcases use "talercheck".
+
.SH COIN OPTIONS
The following options must be in sections starting with "[coin_]" and are used by taler\-mint\-keyup to create denomination keys: