2022-08-25 08:06:29 -04:00
|
|
|
//go:build !enterprise
|
|
|
|
|
2022-09-05 03:06:08 -04:00
|
|
|
/*
|
|
|
|
Copyright (c) Edgeless Systems GmbH
|
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
|
|
|
|
2022-08-25 08:06:29 -04:00
|
|
|
package config
|
|
|
|
|
|
|
|
const (
|
|
|
|
DefaultImageAzure = ""
|
|
|
|
DefaultImageGCP = ""
|
|
|
|
)
|