mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-06 13:46:08 -05:00
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"
|
|
)
|