[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix exchange-offline file locati
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix exchange-offline file locations |
Date: |
Mon, 02 Dec 2024 21:55:24 +0100 |
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 0c825ce4e fix exchange-offline file locations
0c825ce4e is described below
commit 0c825ce4ee3c6e3ea40a15829f948e28b29df5fa
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 2 21:55:20 2024 +0100
fix exchange-offline file locations
---
src/exchange-tools/exchange-offline.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchange-tools/exchange-offline.conf
b/src/exchange-tools/exchange-offline.conf
index 020eb34ba..74819db4e 100644
--- a/src/exchange-tools/exchange-offline.conf
+++ b/src/exchange-tools/exchange-offline.conf
@@ -3,10 +3,10 @@
[exchange-offline]
# Where do we store the offline master private key of the exchange?
-MASTER_PRIV_FILE = ${TALER_DATA_HOME}exchange-offline/master.priv
+MASTER_PRIV_FILE = ${TALER_DATA_HOME}offline/master.priv
# Where do we store the TOFU key material?
-SECM_TOFU_FILE = ${TALER_DATA_HOME}exchange-offline/secm_tofus.pub
+SECM_TOFU_FILE = ${TALER_DATA_HOME}offline/secm_tofus.pub
# Base32-encoded public key of the RSA helper.
# SECM_DENOM_PUBKEY =
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix exchange-offline file locations,
gnunet <=