gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: remove (hopefully) obsolete opti


From: gnunet
Subject: [taler-exchange] branch master updated: remove (hopefully) obsolete option, was moved to exchange-offline
Date: Mon, 26 Apr 2021 17:05:21 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 23c36cb4 remove (hopefully) obsolete option, was moved to 
exchange-offline
23c36cb4 is described below

commit 23c36cb44bbec66d2173ed49a6edb3fb45347001
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 26 17:05:19 2021 +0200

    remove (hopefully) obsolete option, was moved to exchange-offline
---
 debian/etc/taler-secmod.conf | 38 ++++++++++++++++++++++++++++++++++++++
 src/exchange/exchange.conf   |  4 ----
 2 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/debian/etc/taler-secmod.conf b/debian/etc/taler-secmod.conf
new file mode 100644
index 00000000..8b3bb34d
--- /dev/null
+++ b/debian/etc/taler-secmod.conf
@@ -0,0 +1,38 @@
+[PATHS]
+
+# Move runtime data "tmp" directory to /var/lib/taler-exchange/
+# to possibly provide additional protection from unwarranted access.
+TALER_RUNTIME_DIR = /var/lib/taler-exchange/tmp/
+
+[taler]
+# Here you need to set the currency of your exchange:
+# CURRENCY = KUDOS
+
+
+# You must specify the various denominations to be offered by your exchange
+# in sections called "coin_".
+# What follows is an example.
+
+# [coin_FOO]
+## Actual value of the coin
+#VALUE = KUDOS:1
+
+## How long will one key be used for withdrawals?
+#DURATION_WITHDRAW = 7 days
+
+## How long do users have to spend their coins?
+#DURATION_SPEND = 2 years
+
+## How long does the exchange keep the proofs around for legal disputes?
+#DURATION_LEGAL = 6 years
+
+## Fees charged. Note that for the lowest denomination, the
+## fee must precisely be the lowest denomination, or zero.
+#FEE_WITHDRAW = KUDOS:0
+#FEE_DEPOSIT = KUDOS:0
+#FEE_REFRESH = KUDOS:0
+#FEE_REFUND = KUDOS:0
+
+## How long should the RSA keys be. Do not change unless you really know
+## what you are doing (consult your local cryptographer first!).
+#RSA_KEYSIZE = 2048
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index d51d9d5f..ae7ac25a 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -29,10 +29,6 @@ MAX_KEYS_CACHING = forever
 # How to access our database
 DB = postgres
 
-# Where do we store the offline master private key of the exchange?
-MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
-
-
 # Network configuration for the normal API/service HTTP server
 # serve via tcp socket (on PORT)
 SERVE = tcp

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]