Changing the prefix of the service id

This commit is contained in:
Diptanu Choudhury 2015-12-14 08:54:34 -08:00
parent c167166ce9
commit f596669118
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ func (sc *ServiceCheck) Hash(serviceId string) string {
}
const (
NomadConsulPrefix = "nomad"
NomadConsulPrefix = "1729nomad"
)
// The Service model represents a Consul service defintion