From 155991d08b732cced1a735c483e65fde6f374d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Efe=20=C3=87etin?= Date: Fri, 4 Nov 2022 19:48:37 +0300 Subject: [PATCH] fix --- postgres/v2/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,