We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12fbdd commit 58de2deCopy full SHA for 58de2de
internal/config/advanced_cluster_v2_schema.go
@@ -5,7 +5,7 @@ import (
5
"strconv"
6
)
7
8
-const AdvancedClusterV2SchemaEnvVar = "MONGODB_ATLAS_ADVANCED_CLUSTER_V2_SCHEMA"
+const AdvancedClusterV2SchemaEnvVar = "MONGODB_ATLAS_PREVIEW_PROVIDER_V2_ADVANCED_CLUSTER"
9
const allowAdvancedClusterV2Schema = false // Don't allow in master branch yet, not in const block to allow automatic change
10
11
// Environment variable is read only once to avoid possible changes during runtime
0 commit comments