[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: config
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: config |
Date: |
Thu, 29 Jul 2021 18:33:27 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 62ea8c50 config
62ea8c50 is described below
commit 62ea8c50465f14330763b65ba296806f8987155c
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jul 29 18:33:23 2021 +0200
config
---
src/exchange-tools/exchange-offline.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/exchange-tools/exchange-offline.conf
b/src/exchange-tools/exchange-offline.conf
index 336ec51b..cfd5c98e 100644
--- a/src/exchange-tools/exchange-offline.conf
+++ b/src/exchange-tools/exchange-offline.conf
@@ -3,13 +3,13 @@
[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
+MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange-offline/master.priv
# Where do we store the TOFU key material?
-SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/secm_tofus.pub
+SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange-offline/secm_tofus.pub
# Base32-encoded public key of the RSA helper.
# SECM_DENOM_PUBKEY =
# Base32-encoded public key of the EdDSA helper.
-# SECM_ESIGN_PUBKEY =
\ No newline at end of file
+# SECM_ESIGN_PUBKEY =
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.