sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit c8f3af607e6668dd296d4ef4e5d505eb74ccf6f4
parent 6d5f15e724bd43eb878d4b8d67aa62d5077d5e75
Author: Florian Dold <florian@dold.me>
Date:   Mon,  5 Feb 2024 17:43:32 +0100

libeufin version and config

Diffstat:
Mbuildconfig/libeufin.tag | 2+-
Mscripts/demo/setup-sandcastle.sh | 9++-------
2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/buildconfig/libeufin.tag b/buildconfig/libeufin.tag @@ -1 +1 @@ -v0.9.4-dev.8 +v0.9.4-dev.10 diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -173,14 +173,7 @@ systemctl start postgresql.service # Set up bank - -BANK_DB=libeufinbank - cat <<EOF >/etc/libeufin/libeufin-bank.conf -[libeufin-bankdb-postgres] -# DB connection string -CONFIG = postgresql:///$BANK_DB - [libeufin-bank] CURRENCY = $CURRENCY DEFAULT_DEBT_LIMIT = $CURRENCY:500 @@ -215,6 +208,8 @@ cat <<EOF >/etc/libeufin/settings.json } EOF +# Sets up the database for both libeufin-bank and libeufin-nexus. We only need +# the libeufin-bank DB though. libeufin-dbconfig systemctl enable --now libeufin-bank.service