update offline tool; fix dune-workspace

This commit is contained in:
swrup 2026-03-21 03:30:15 +01:00 committed by Swrup
parent df02bf0f48
commit 9c9414e96b
11 changed files with 78 additions and 126 deletions

View file

@ -24,7 +24,7 @@ init_sql="${out_dir}/init.sql"
drop_sql="${out_dir}/drop.sql"
# psql parameter
host="localhost"
host="10.0.0.1"
port=5432
username="mte"
dbname="taler-exchange"