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"