mirror of
https://github.com/status-im/consul.git
synced 2025-02-03 01:14:23 +00:00
c61e994fc0
Container integ test: fix container test slow image build
14 lines
211 B
Go
14 lines
211 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
package service
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
const (
|
|
envoyLogLevel = "debug"
|
|
hashicorpDockerProxy = "docker.mirror.hashicorp.services"
|
|
)
|