Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
Howard Lau 2020-10-30 09:23:54 +00:00
parent e8ba79aae6
commit a9ea14b399
No known key found for this signature in database
GPG Key ID: 5CCC55849E3CF8E2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
const (
masterPeerAddressPattern = "%s-master-%d.%s-master-peer:9333"
filerPeerAddressPattern = "%s-filer-%d.%s-filer-peer:9333"
filerPeerAddressPattern = "%s-filer-%d.%s-filer-peer:8888"
masterPeerAddressWithNamespacePattern = "%s-master-%d.%s-master-peer.%s:9333"
filerServiceAddressWithNamespacePattern = "%s-filer.%s:8888"
masterServiceAddressWithNamespacePattern = "%s-master.%s:9333"