This commit is contained in:
swrup 2026-03-11 13:24:27 +01:00
parent 708be6279a
commit d76250a93c

View file

@ -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"