From 14d515fe70b0a338efc3a571f82190d3c34826d6 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Thu, 10 Mar 2022 20:27:25 -0500 Subject: Wire up with docker-compose --- src/clog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clog.c') diff --git a/src/clog.c b/src/clog.c index b6c3cb1..36f0a96 100644 --- a/src/clog.c +++ b/src/clog.c @@ -32,7 +32,7 @@ init(int state) // Register the database int err = kore_pgsql_register( database, - "host=127.0.0.1 port=5432 user=postgres password=p0stgres dbname=clog sslmode=disable" + "host=postgres port=5432 user=postgres password=postgres dbname=clog sslmode=disable" ); return err; } -- cgit v1.2.3