fix: add mysql connect port
This commit is contained in:
@@ -31,6 +31,7 @@ type Database struct {
|
||||
User string
|
||||
Password string
|
||||
Host string
|
||||
Port int
|
||||
Name string
|
||||
TablePrefix string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user