summaryrefslogtreecommitdiff
path: root/impl-exchange.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-19 11:52:32 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-19 11:52:32 +0200
commit9939f9465b72780427897a201a37dcf58bada207 (patch)
tree991e1fb5ba7f1ed06303a30b7f4556e75f09766e /impl-exchange.rst
parent9a8b21ef67497ae49be40c6891f3366b6252be26 (diff)
downloaddocs-9939f9465b72780427897a201a37dcf58bada207.tar.gz
docs-9939f9465b72780427897a201a37dcf58bada207.tar.bz2
docs-9939f9465b72780427897a201a37dcf58bada207.zip
documenting configuration facility
Diffstat (limited to 'impl-exchange.rst')
-rw-r--r--impl-exchange.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/impl-exchange.rst b/impl-exchange.rst
index 2c118d8e..b1446308 100644
--- a/impl-exchange.rst
+++ b/impl-exchange.rst
@@ -12,14 +12,18 @@
@author Christian Grothoff
-===================================
+=====================================
The Exchange Reference Implementation
-===================================
+=====================================
----------------------
The Configuration File
----------------------
+.. note::
+ Get the ``git://taler.net/deployment`` codebase, and see the file ``deployment/config/test.taler.net/taler.conf``
+ in order to get an insight of how to configure Taler components.
+
The section `[taler]` contains global options for the exchange:
* `currency`: The currency supported by the exchange (i.e. "EUR")
@@ -27,6 +31,7 @@ The section `[taler]` contains global options for the exchange:
The section `[exchange]` contains various global options for the exchange:
+* `master_priv_file`: Path to the exchange's master private file.
* `master_public_key`: Must specify the exchange's master public key.
* `wireformat`: The wireformat supported by the exchange (i.e. "SEPA")