From 4636d04ab2f22f8fbefec65510ceeb27f376e981 Mon Sep 17 00:00:00 2001 From: Thomas Chevalier Date: Tue, 21 Jun 2022 23:49:03 +0200 Subject: [PATCH] Remove unused variable content and add marker for password --- ulogd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ulogd.conf b/ulogd.conf index 3825203..b0ca170 100644 --- a/ulogd.conf +++ b/ulogd.conf @@ -62,10 +62,10 @@ sync=1 file="/var/log/ulog/ct.json" [pgsql1] -db="ulog" -host="localhost" -user="root" +db="" +host="" +user="" +pass="" table="ulog2_ct" -pass="CHANGE_ME" procedure="INSERT_OR_REPLACE_CT" -connstring="dbname=ulog user=ulog password=password" +connstring="dbname=ulog user=ulog password=CHANGE_ME"