Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feature/feature.go')
-rw-r--r--internal/feature/feature.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/feature/feature.go b/internal/feature/feature.go
index c9df43aa..ebf257c1 100644
--- a/internal/feature/feature.go
+++ b/internal/feature/feature.go
@@ -22,7 +22,8 @@ var HandleReadErrors = Feature{
// ConfigurableRoot enables a project's root directory to be customized using
// the GitLab API
var ConfigurableRoot = Feature{
- EnvVariable: "FF_CONFIGURABLE_ROOT_DIR",
+ EnvVariable: "FF_CONFIGURABLE_ROOT_DIR",
+ defaultEnabled: true,
}
// Enabled reads the environment variable responsible for the feature flag