Add custom mysql database port. (#289)

This commit is contained in:
topjohncian
2020-04-08 08:59:43 +08:00
committed by GitHub
parent 816b537787
commit 554493dea4
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ type database struct {
Name string
TablePrefix string
DBFile string
Port string
}
// system 系统通用配置