Skip to content

Commit

Permalink
added missing const
Browse files Browse the repository at this point in the history
  • Loading branch information
xaniasd committed Dec 11, 2019
1 parent 303bf11 commit 493ea33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/apiserver/client_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const (
mysqlPassword = "DBConfig.Password"
mysqlDBName = "DBConfig.DBName"
mysqlGroupConcatMaxLen = "DBConfig.GroupConcatMaxLen"
mysqlExtraParams = "DBConfig.ExtraParams"
kfamServiceHost = "KFAM_SERVICE_HOST"
kfamServicePort = "KFAM_SERVICE_PORT"

Expand Down

0 comments on commit 493ea33

Please sign in to comment.