mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
e0a457b6ff
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
9 lines
270 B
Go
9 lines
270 B
Go
//go:build enterprise
|
|
|
|
package config
|
|
|
|
const (
|
|
DefaultImageAzure = "/CommunityGalleries/ConstellationCVM-b3782fa0-0df7-4f2f-963e-fc7fc42663df/Images/constellation/Versions/0.0.1"
|
|
DefaultImageGCP = "projects/constellation-images/global/images/constellation-v0-0-1"
|
|
)
|