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:
authorJanis Altherr <jaltherr@gitlab.com>2023-07-17 12:41:45 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2023-07-17 12:41:45 +0300
commit6e70f16847bb3294a9599ee5ce7b0ea0263199b7 (patch)
tree370652f818c9052428db19d5fc9fdd397b16d90d
parent57f18a096f823a2c62de93fe61310a28c73eb950 (diff)
Set ConfigurableRoot to default enabled
-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