Change connection information to psql

This commit is contained in:
Thomas Chevalier 2022-06-21 22:35:17 +02:00
parent 7914e6462b
commit 40fdc45445

View file

@ -62,9 +62,10 @@ sync=1
file="/var/log/ulog/ct.json"
[pgsql1]
db="ulog2"
db="ulog"
host="localhost"
user="ulog"
user="root"
table="ulog2_ct"
pass="CHANGE_ME"
procedure="INSERT_OR_REPLACE_CT"
connstring="dbname=ulog user=root password=CHANGE_ME"