From 9939f9465b72780427897a201a37dcf58bada207 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 19 Sep 2016 11:52:32 +0200 Subject: documenting configuration facility --- impl-exchange.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'impl-exchange.rst') 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") -- cgit v1.2.3