github.com/kyma-project/kyma-environment-broker@v0.0.1/internal/dashboard/config.go (about)

     1  package dashboard
     2  
     3  type Config struct {
     4  	LandscapeURL string `envconfig:"default=https://dashboard.kyma.cloud.sap"`
     5  }