Skip to content

Commit

Permalink
Merge pull request #18 from ClearWang/nopwd-login
Browse files Browse the repository at this point in the history
Update MyIni.go
  • Loading branch information
xxjwxc authored Nov 29, 2019
2 parents 5cd0ac6 + c3c1bf8 commit d7cda6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/config/MyIni.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type MysqlDbInfo struct {
Host string `validate:"required"` // Host. 地址
Port int `validate:"required"` // Port 端口号
Username string `validate:"required"` // Username 用户名
Password string `validate:"required"` // Password 密码
Password string // Password 密码
Database string `validate:"required"` // Database 数据库名
}

Expand Down

0 comments on commit d7cda6b

Please sign in to comment.