diff --git a/vlib/pg/pg.v b/vlib/pg/pg.v index af7ee527d6..0372ec3cce 100644 --- a/vlib/pg/pg.v +++ b/vlib/pg/pg.v @@ -20,7 +20,7 @@ struct C.PGResult { } pub struct Config { pub: host string - port int + port int = 5432 user string password string dbname string