summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-09-28 14:50:26 +0100
committerNick Thomas <nick@gitlab.com>2018-09-28 14:50:26 +0100
commit7f1098a1d9fd79b394b53b0c43fcc4741349d43a (patch)
treec31273b3b1a49c73c6c19ab2c008230e2d488b5a /config.yml.example
parentc37020bb5ae66bfb7596e2b1b4f7b5c79203ecf3 (diff)
downloadgitlab-shell-7f1098a1d9fd79b394b53b0c43fcc4741349d43a.tar.gz
Specify a richer scheme to run the migration with
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.yml.example b/config.yml.example
index 49f5d78..3d3e580 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -50,5 +50,9 @@ log_level: INFO
# incurs an extra API call on every gitlab-shell command.
audit_usernames: false
-# Feature flag: go or ruby
-experimental: false
+# Migration to Go: anything listed here has two implementations. Use these flags
+# to try the new implementations out, or to revert to the old behaviour if there
+# problems arise.
+migration:
+ enabled: false
+ features: []