From 40fdc4544548384bf465f5f0772813bdcdd68042 Mon Sep 17 00:00:00 2001 From: Thomas Chevalier Date: Tue, 21 Jun 2022 22:35:17 +0200 Subject: [PATCH] Change connection information to psql --- ulogd.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ulogd.conf b/ulogd.conf index cbf3c00..43e47af 100644 --- a/ulogd.conf +++ b/ulogd.conf @@ -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" \ No newline at end of file