Browse Source

chore: add a new env variable (#512)

jinfahua 4 years atrás
parent
commit
814567fdda
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deploy/docker/conf_util.go

+ 1 - 0
deploy/docker/conf_util.go

@@ -22,6 +22,7 @@ var fileMap = map[string]string{
 
 var file_keys_map = map[string]map[string]string{
 	"edgex": {
+		"SERVICESERVER":     "serviceServer",
 		"CLIENTID":          "ClientId",
 		"USERNAME":          "Username",
 		"PASSWORD":          "Password",