libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 30e97ba70241b3d111e4f479b7d91239b7e8389b
parent cce6694a3bde653573d2ff0f0c88658f8cd9d612
Author: MS <ms@taler.net>
Date:   Fri, 13 Nov 2020 14:31:19 +0100

Testing environment.

Diffstat:
Mcli/setup-template.sh | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/cli/setup-template.sh b/cli/setup-template.sh @@ -69,8 +69,8 @@ sleep 2 # create a user NEXUS_DATABASE=$(curl -s $NEXUS_BASE_URL/service-config | jq .dbConn | tr -d \" | awk -F: '{print $2}') -echo "Creating a nexus superuser (db: $NEXUS_DATABASE)" -libeufin-nexus superuser --db-name $NEXUS_DATABASE --password $NEXUS_PASSWORD $NEXUS_USER +echo "Creating a nexus superuser" +libeufin-nexus superuser --db-name $NEXUS_DATABASE --password $NEXUS_PASSWORD $NEXUS_USER &> /dev/null sleep 2 # create a bank connection @@ -95,3 +95,7 @@ echo Download bank accounts ./libeufin-cli \ connections download-bank-accounts \ $NEXUS_BANK_CONNECTION_NAME > /dev/null + +echo Note: NEXUS_USERNAME, NEXUS_PASSWORD, and NEXUS_BASE_URL +echo have been *already* exported in this shell. Bank connection +echo $(tput bold)a$(tput sgr0) can be soon used via the $(tput bold)libeufin-cli$(tput sgr0) utility!