Skip to content

Commit

Permalink
1. add DefaultLocalHostName, DefaultLocalHostIP, DefaultMySQLPort
Browse files Browse the repository at this point in the history
  • Loading branch information
romberli committed Jan 26, 2021
1 parent 91e993d commit e65ee5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constant/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const (
CRLFString = "\n"
DefaultTimeLayout = "2021-01-01 10:00:00.000000"
DefaultMiddlewareTag = "middleware"
DefaultLocalHostName = "localhost"
DefaultLocalHostIP = "127.0.0.1"
DefaultMySQLPort = 3306
DefaultFileMode os.FileMode = 0644
DefaultExecFileMode os.FileMode = 0755
)

0 comments on commit e65ee5a

Please sign in to comment.