diff options
-rw-r--r-- | config.yml.example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.yml.example b/config.yml.example index 4c356a7..a03c22a 100644 --- a/config.yml.example +++ b/config.yml.example @@ -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 |