diff options
author | Nick Thomas <nick@gitlab.com> | 2019-10-02 17:37:56 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-10-02 17:37:56 +0100 |
commit | cf37fb39d4005f0cf31cc822425f7f6b9761cc57 (patch) | |
tree | f3795de2799415d0c3399ea5b3553862a6cb48bc /config.yml.example | |
parent | 659ad7f7cedab56ff48abe4d6fb8eb25a644a2a8 (diff) | |
download | gitlab-shell-cf37fb39d4005f0cf31cc822425f7f6b9761cc57.tar.gz |
Remove an obsolete section from config.yml.example
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.yml.example b/config.yml.example index a03c22a..959954f 100644 --- a/config.yml.example +++ b/config.yml.example @@ -50,11 +50,6 @@ log_level: INFO # incurs an extra API call on every gitlab-shell command. 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: 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 # gitlab_tracing: opentracing://driver |