diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clog.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |