aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;
}