aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-03-10 20:27:25 -0500
committerMichael McVady <femtonaut@gmail.com>2022-03-10 20:27:25 -0500
commit14d515fe70b0a338efc3a571f82190d3c34826d6 (patch)
tree0c276d69c45ee6c7afbf4dbd0ac04de71f2671bf /src
parent0455b7aa4ca481627ee25a3f4879291b3358433c (diff)
Wire up with docker-compose
Diffstat (limited to 'src')
-rw-r--r--src/clog.c2
1 files changed, 1 insertions, 1 deletions
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;
}