gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sandcastle-ng] 21/39: sandcastle: remove clashing currency config


From: gnunet
Subject: [taler-sandcastle-ng] 21/39: sandcastle: remove clashing currency config
Date: Thu, 11 Jan 2024 13:59:54 +0100

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

devan-carpenter pushed a commit to branch master
in repository sandcastle-ng.

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

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

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index 502ac05..ceb133e 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/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]