diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-03-10 20:27:25 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-03-10 20:27:25 -0500 |
commit | 14d515fe70b0a338efc3a571f82190d3c34826d6 (patch) | |
tree | 0c276d69c45ee6c7afbf4dbd0ac04de71f2671bf /src | |
parent | 0455b7aa4ca481627ee25a3f4879291b3358433c (diff) |
Wire up with docker-compose
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; } |