Explorar el Código

Change default value for DISABLE_ALLOWLIST variable

jnfrati hace 3 años
padre
commit
da8b7fd267
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"`
 	ProvisionerTest bool `env:"PROVISIONER_TEST,default=false"`
 
 
 	// Disable filtering for project creation
 	// Disable filtering for project creation
-	DisableAllowlist bool `env:"DISABLE_ALLOWLIST,default=false"`
+	DisableAllowlist bool `env:"DISABLE_ALLOWLIST,default=true"`
 
 
 	// Enable gitlab integration
 	// Enable gitlab integration
 	EnableGitlab bool `env:"ENABLE_GITLAB,default=false"`
 	EnableGitlab bool `env:"ENABLE_GITLAB,default=false"`