gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: give sandbox and nexus dedicat


From: gnunet
Subject: [taler-deployment] branch master updated: give sandbox and nexus dedicate DB
Date: Thu, 13 Oct 2022 13:09:17 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6a18283  give sandbox and nexus dedicate DB
6a18283 is described below

commit 6a18283b598a5c0cb1862456d4d3fee96ac487fb
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 13 13:08:36 2022 +0200

    give sandbox and nexus dedicate DB
---
 docker/hybrid/README                     | 2 +-
 docker/hybrid/images/libeufin/startup.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/hybrid/README b/docker/hybrid/README
index 4af84f9..b401673 100644
--- a/docker/hybrid/README
+++ b/docker/hybrid/README
@@ -33,7 +33,7 @@ Compose
 -------
 
 From this folder, run:
-  $ docker-compose down # deletes state from previous runs.
+  $ docker-compose down -v # deletes state from previous runs.
   $ docker-compose build
 
 How to run
diff --git a/docker/hybrid/images/libeufin/startup.sh 
b/docker/hybrid/images/libeufin/startup.sh
index 6bd9c1f..942ae92 100644
--- a/docker/hybrid/images/libeufin/startup.sh
+++ b/docker/hybrid/images/libeufin/startup.sh
@@ -42,7 +42,7 @@ is_serving() {
 
 EXCHANGE_IBAN=DE159593
 
-export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:/libeufin.sqlite3"
+export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:/sandbox.sqlite3"
 export LIBEUFIN_SANDBOX_ADMIN_PASSWORD=secret
 echo -n "Creating ${CURRENCY} default demobank..."
 libeufin-sandbox config --currency ${CURRENCY} default
@@ -78,7 +78,7 @@ echo DONE
 ## NEXUS SETUP
 EXCHANGE_NEXUS_USERNAME=exchange-at-nexus
 EXCHANGE_NEXUS_PASSWORD=x
-export LIBEUFIN_NEXUS_DB_CONNECTION="jdbc:sqlite:/libeufin.sqlite3"
+export LIBEUFIN_NEXUS_DB_CONNECTION="jdbc:sqlite:/nexus.sqlite3"
 echo -n "Creating Nexus superuser..."
 libeufin-nexus superuser $EXCHANGE_NEXUS_USERNAME --password 
$EXCHANGE_NEXUS_PASSWORD
 echo DONE

-- 
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]