Commit d18543c7 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'id-enable-features-by-default' into 'master'

Enable all migration features by default

See merge request gitlab-org/gitlab-shell!313
parents 58c98104 792b3188
......@@ -53,9 +53,7 @@ audit_usernames: 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: []
# migration: { enabled: true, features: ['discover', '2fa_recovery_codes', 'git-receive-pack', 'git-upload-pack', 'git-upload-archive', 'git-lfs-authenticate'] }
# Distributed Tracing. GitLab-Shell has distributed tracing instrumentation.
# For more details, visit https://docs.gitlab.com/ee/development/distributed_tracing.html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment