change grpc port to 9000 (#291)

* change grpc port to 9000

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* change grpc port to 9000

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-10-18 20:24:47 -05:00
committed by GitHub
parent 50237f4fd1
commit 6d29e638b4
10 changed files with 15 additions and 15 deletions

View File

@@ -188,7 +188,7 @@ func BuildDefaultPushConf() ConfYaml {
// gRPC Server
conf.GRPC.Enabled = false
conf.GRPC.Port = "50051"
conf.GRPC.Port = "9000"
return conf
}