diff --git a/postgres/v2/config.go b/postgres/v2/config.go index e00cb5b4..82a36f37 100644 --- a/postgres/v2/config.go +++ b/postgres/v2/config.go @@ -64,7 +64,7 @@ type Config struct { var ConfigDefault = Config{ ConnectionURI: "", Host: "127.0.0.1", - Port: 3306, + Port: 5432, Database: "fiber", Table: "fiber_storage", Reset: false,