From 6fb05d7b367b531b5e18f1cc3a60b2270a93dac5 Mon Sep 17 00:00:00 2001 From: Thomas Chevalier Date: Tue, 21 Jun 2022 21:02:04 +0200 Subject: [PATCH] Temporary login information --- ulogd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ulogd.conf b/ulogd.conf index 58a2462..6e369b3 100644 --- a/ulogd.conf +++ b/ulogd.conf @@ -92,8 +92,8 @@ file="/var/log/ulog/ct.json" [pgsql1] db="ulog2" -host="replace-with-cloud-sql-ip-address" +host="localhost" user="ulog" table="ulog2_ct" -pass="replace-with-database-password" +pass="CHANGE_ME" procedure="INSERT_OR_REPLACE_CT"