gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: sandcastle: remove clashing cu


From: gnunet
Subject: [taler-deployment] branch master updated: sandcastle: remove clashing currency config
Date: Mon, 04 Dec 2023 23:39:35 +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 9a5bae4  sandcastle: remove clashing currency config
9a5bae4 is described below

commit 9a5bae46795903a6af22d2af614954a70f78a9be
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 4 23:38:56 2023 +0100

    sandcastle: remove clashing currency config
---
 sandcastle-ng/scripts/demo/setup-sandcastle.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sandcastle-ng/scripts/demo/setup-sandcastle.sh 
b/sandcastle-ng/scripts/demo/setup-sandcastle.sh
index 502ac05..ceb133e 100755
--- a/sandcastle-ng/scripts/demo/setup-sandcastle.sh
+++ b/sandcastle-ng/scripts/demo/setup-sandcastle.sh
@@ -191,6 +191,9 @@ REGISTRATION_BONUS_ENABLED = yes
 SPA_CAPTCHA_URL = https://$BANK_DOMAIN/webui/#/operation/{woid}
 SUGGESTED_WITHDRAWAL_EXCHANGE = https://$EXCHANGE_DOMAIN/
 
+SERVE = tcp
+PORT = 8080
+
 [currency-$CURRENCY]
 ENABLED = YES
 name = "$CURRENCY (Taler Demonstrator)"
@@ -404,6 +407,10 @@ chown taler-merchant-httpd:root 
/etc/taler/secrets/merchant-db.secret.conf
 
 sudo -u taler-merchant-httpd taler-merchant-dbinit -c /etc/taler/taler.conf
 
+# The config shipped with the package can conflict with the
+# trusted sandcastle exchange if the currency is KUDOS.
+rm /usr/share/taler/config.d/kudos.conf
+
 cat <<EOF >/etc/taler/conf.d/merchant-exchanges.conf
 [merchant-exchange-sandcastle]
 EXCHANGE_BASE_URL = https://$EXCHANGE_DOMAIN/

-- 
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]