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 43fa24a commit 0fd2210
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 @@ -47,6 +47,7 @@ const (
mysqlGroupConcatMaxLen = "DBConfig.GroupConcatMaxLen"
kfamServiceHost = "PROFILES_KFAM_SERVICE_HOST"
kfamServicePort = "PROFILES_KFAM_SERVICE_PORT"
mysqlExtraParams = "DBConfig.ExtraParams"

visualizationServiceHost = "ML_PIPELINE_VISUALIZATIONSERVER_SERVICE_HOST"
visualizationServicePort = "ML_PIPELINE_VISUALIZATIONSERVER_SERVICE_PORT"
Expand Down

0 comments on commit 0fd2210

Please sign in to comment.