commit ab332374cfbb2be35912c1808a35279a11ae22a1
parent 96f78414e91d2b5bbd68a7d35963e1bd744ccdf8
Author: Florian Dold <florian@dold.me>
Date: Mon, 2 Dec 2024 23:11:08 +0100
config, tags
Diffstat:
2 files changed, 1 insertion(+), 14 deletions(-)
diff --git a/buildconfig/exchange.tag b/buildconfig/exchange.tag
@@ -1 +1 @@
-v0.14.1-dev.13
+v0.14.1-dev.14
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
@@ -451,8 +451,6 @@ taler-harness deployment provision-bank-account "${BANK_BASEURL}" \
MASTER_PUBLIC_KEY=$(sudo -i -u taler-exchange-offline taler-exchange-offline -LDEBUG setup)
-EXCHANGE_DB=talerexchange
-
# Generate /tmp/sandcastle-setup.conf
cat <<EOF >/tmp/sandcastle-setup.conf
[currency-$CURRENCY]
@@ -568,11 +566,6 @@ else
rm -f /etc/taler-exchange/conf.d/sandcastle-kyc.conf
fi
-cat <<EOF >/etc/taler-exchange/secrets/exchange-db.secret.conf
-[exchangedb-postgres]
-CONFIG=postgres:///${EXCHANGE_DB}
-EOF
-chmod 440 /etc/taler-exchange/secrets/exchange-db.secret.conf
chown root:taler-exchange-db /etc/taler-exchange/secrets/exchange-db.secret.conf
cat <<EOF >/etc/taler-exchange/secrets/exchange-accountcredentials-default.secret.conf
@@ -641,12 +634,6 @@ cat <<EOF >/etc/taler-auditor/conf.d/sandcastle-auditor.conf
PUBLIC_KEY = $AUDITOR_PUB
EOF
-cat <<EOF >/etc/taler-auditor/secrets/auditor-db.secret.conf
-[auditordb-postgres]
-CONFIG=postgres:///${EXCHANGE_DB}
-EOF
-
-
taler-auditor-dbconfig
systemctl enable --now taler-auditor.target