mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 17:17:18 +08:00
fix
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user