mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: reset DefaultInstallEnvs to an empty string
Reverts the previous change that set DefaultInstallEnvs to "node,browser", returning it to an empty default value to maintain configuration flexibility.
This commit is contained in:
@@ -28,7 +28,7 @@ const (
|
||||
DefaultApiPath = "/api"
|
||||
DefaultNodeMaxRunners = 0 // 0 means no limit
|
||||
DefaultInstallRoot = "/app/install"
|
||||
DefaultInstallEnvs = "node,browser"
|
||||
DefaultInstallEnvs = ""
|
||||
MetadataConfigDirName = ".crawlab"
|
||||
MetadataConfigName = "config.json"
|
||||
DefaultPyenvPath = "/root/.pyenv"
|
||||
|
||||
Reference in New Issue
Block a user