[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: exchange ToS config
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: exchange ToS config |
Date: |
Mon, 09 Dec 2019 15:56:44 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new a3a7372 exchange ToS config
a3a7372 is described below
commit a3a7372c703cf028eb3fbf5ec545ef50ea049d78
Author: Florian Dold <address@hidden>
AuthorDate: Mon Dec 9 15:56:33 2019 +0100
exchange ToS config
---
config/generate-config | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/generate-config b/config/generate-config
index e1f1957..832638d 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -160,6 +160,8 @@ def config(obj):
obj.cfg_put("exchange", "serve", "unix")
obj.cfg_put("exchange", "unixpath", "$HOME/sockets/exchange.http")
obj.cfg_put("exchange", "master_public_key", obj.exchange_pub)
+ obj.cfg_put("exchange", "terms_etag", "0")
+ obj.cfg_put("exchange", "terms_dir",
"$HOME/local/share/taler-exchange/tos")
obj.cfg_put("exchange", "master_priv_file",
"${TALER_DEPLOYMENT_DATA}/exchange/offline-keys/master.priv")
obj.cfg_put("exchange", "keydir",
"${TALER_DEPLOYMENT_DATA}/exchange/live-keys/")
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: exchange ToS config,
gnunet <=