mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
753c8f1774
* retry and timeout test * add docker mirrior * checkpoint * add in error * add in delay * up error rate * fix status code
14 lines
212 B
Go
14 lines
212 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
package service
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
const (
|
|
envoyLogLevel = "debug"
|
|
HashicorpDockerProxy = "docker.mirror.hashicorp.services"
|
|
)
|