From d76250a93c69c1a5ecacfa87ce7f551a794e17dc Mon Sep 17 00:00:00 2001 From: swrup Date: Wed, 11 Mar 2026 13:24:27 +0100 Subject: [PATCH] --- tools/dbinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dbinit.sh b/tools/dbinit.sh index 4d74bc9a..0ba99ca7 100755 --- a/tools/dbinit.sh +++ b/tools/dbinit.sh @@ -24,7 +24,7 @@ init_sql="${out_dir}/init.sql" drop_sql="${out_dir}/drop.sql" # psql parameter -host="localhost" +host="10.1.0.1" port=5432 username="mte" dbname="taler-exchange"