summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-30 06:26:43 +0100
committerMS <ms@taler.net>2023-11-30 06:26:43 +0100
commita0450c3fb3f9720fd3db57e9b21e4d2507a303fc (patch)
treef335ff667dadcab81c1ca2f41d832d6343910b65
parentfa296d28d01bfa4c2dfa14940f1bf00e877aed8b (diff)
downloaddeployment-a0450c3fb3f9720fd3db57e9b21e4d2507a303fc.tar.gz
deployment-a0450c3fb3f9720fd3db57e9b21e4d2507a303fc.tar.bz2
deployment-a0450c3fb3f9720fd3db57e9b21e4d2507a303fc.zip
rename db in nexus config
-rwxr-xr-xnetzbon/config_libeufin_nexus.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netzbon/config_libeufin_nexus.sh b/netzbon/config_libeufin_nexus.sh
index 19b19c4..c18e86f 100755
--- a/netzbon/config_libeufin_nexus.sh
+++ b/netzbon/config_libeufin_nexus.sh
@@ -15,7 +15,7 @@ source functions.sh
# to be conducted separately.
echo -e "[nexus-postgres]\n"\
-"config = postgresql:///libeufinbank" \
+"config = postgresql:///libeufin" \
>> /etc/libeufin/libeufin-nexus.conf
say "Setting up libeufin-nexus database"