[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -tos config
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -tos config |
Date: |
Thu, 28 Sep 2023 10:20:57 +0200 |
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 cd4b730 -tos config
cd4b730 is described below
commit cd4b730f61e28ea5c38ae6a74e985449bf3dc3c8
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Sep 28 10:20:52 2023 +0200
-tos config
---
sandcastle/config/exchange/taler.conf | 6 +++---
sandcastle/docker-compose.yml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sandcastle/config/exchange/taler.conf
b/sandcastle/config/exchange/taler.conf
index f7b3181..c72e1ca 100644
--- a/sandcastle/config/exchange/taler.conf
+++ b/sandcastle/config/exchange/taler.conf
@@ -36,10 +36,10 @@ payto_uri =
payto://iban/SANDBOXX/__EXCHANGE_IBAN__?receiver-name=Name+unknown
[exchange]
master_public_key = __EXCHANGE_MASTER_PUB__
AML_THRESHOLD = __CURRENCY__:10000000
-privacy_etag = pp-v0
+privacy_etag = exchange-pp-v0
privacy_dir = /usr/local/share/taler/exchange/pp
-terms_etag = tos-v0
-terms_dir = /usr/local/share/taler/exchange/tos
+terms_etag = exchange-tos-v0
+terms_dir = /usr/local/share/taler/terms
base_url = __EXCHANGE_URL__
unixpath = /sockets/exchange.sock
serve = tcp
diff --git a/sandcastle/docker-compose.yml b/sandcastle/docker-compose.yml
index e79faee..7049d55 100644
--- a/sandcastle/docker-compose.yml
+++ b/sandcastle/docker-compose.yml
@@ -35,7 +35,7 @@ services:
environment:
- TOS_AUTHOR="Taler Systems SA"
- TOS_COPYRIGHT="Taler Systems SA"
- - TOS_PATH=/usr/local/share/taler/exchange/tos
+ - TOS_PATH=/usr/local/share/taler/terms
- TOS_INPUT=exchange-tos-v0
- TOS_LANGUAGE=en
- TOS_OUTPUT=/usr/local/share/taler/terms/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: -tos config,
gnunet <=