From 06b8ed9ba8ed30181285b6c75089150d2662b366 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Dec 2020 09:19:58 +0100 Subject: start with exchange management test --- src/exchange-tools/Makefile.am | 3 ++- src/exchange-tools/exchange-offline.conf | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/exchange-tools/exchange-offline.conf (limited to 'src/exchange-tools') diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am index a3689d81d..a7761a3d3 100644 --- a/src/exchange-tools/Makefile.am +++ b/src/exchange-tools/Makefile.am @@ -4,7 +4,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir = $(prefix)/share/taler/config.d/ pkgcfg_DATA = \ - coins.conf + coins.conf \ + exchange-offline.conf if USE_COVERAGE AM_CFLAGS = --coverage -O0 diff --git a/src/exchange-tools/exchange-offline.conf b/src/exchange-tools/exchange-offline.conf new file mode 100644 index 000000000..5490c1da0 --- /dev/null +++ b/src/exchange-tools/exchange-offline.conf @@ -0,0 +1,6 @@ +# This file is in the public domain. +# +[exchange-offline] + +# Where do we store the offline master private key of the exchange? +MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv -- cgit v1.2.3