libeufin

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

commit 14a6920c9b13519dab746847739fae05a629d93a
parent b1c8f0e781ebc133182d470569299193f27fc19b
Author: MS <ms@taler.net>
Date:   Tue, 10 Nov 2020 17:24:16 +0100

message

Diffstat:
Mcli/setup-template.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/cli/setup-template.sh b/cli/setup-template.sh @@ -89,3 +89,8 @@ sleep 2 echo Bootstrapping the bank connection ./libeufin-cli \ connections sync $NEXUS_BANK_CONNECTION_NAME > /dev/null + +echo The following exports will make it possible to access Nexus: +echo export NEXUS_BASE_URL="http://localhost:5001/" +echo export NEXUS_USERNAME=$NEXUS_USER +echo export NEXUS_PASSWORD=$NEXUS_PASSWORD