Changing the prefix of the service id
This commit is contained in:
parent
c167166ce9
commit
f596669118
|
@ -1146,7 +1146,7 @@ func (sc *ServiceCheck) Hash(serviceId string) string {
|
|||
}
|
||||
|
||||
const (
|
||||
NomadConsulPrefix = "nomad"
|
||||
NomadConsulPrefix = "1729nomad"
|
||||
)
|
||||
|
||||
// The Service model represents a Consul service defintion
|
||||
|
|
Loading…
Reference in New Issue