Преглед изворни кода

Change default value for DISABLE_ALLOWLIST variable

jnfrati пре 3 година
родитељ
комит
da8b7fd267
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/server/shared/config/env/envconfs.go

+ 1 - 1
api/server/shared/config/env/envconfs.go

@@ -100,7 +100,7 @@ type ServerConf struct {
 	ProvisionerTest bool `env:"PROVISIONER_TEST,default=false"`
 
 	// Disable filtering for project creation
-	DisableAllowlist bool `env:"DISABLE_ALLOWLIST,default=false"`
+	DisableAllowlist bool `env:"DISABLE_ALLOWLIST,default=true"`
 
 	// Enable gitlab integration
 	EnableGitlab bool `env:"ENABLE_GITLAB,default=false"`