diff options
| author | Douwe Maan <douwe@gitlab.com> | 2018-09-28 15:46:09 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2018-09-28 15:46:09 +0000 |
| commit | 3cf936123cda48a8856fb6cd534331f2dabe9e15 (patch) | |
| tree | c4b4754790e619082ca935cef0bb489f3a6470b6 /config.yml.example | |
| parent | 1cc2993f357c4467e4d45c54c01d2307103efb3e (diff) | |
| parent | f435c4644abc167cdfe6bfe3d320ff840f468c09 (diff) | |
| download | gitlab-shell-3cf936123cda48a8856fb6cd534331f2dabe9e15.tar.gz | |
Merge branch '74-go-go-go-go-go' into 'master'
Feature flag for go/ruby gitlab-shell implementations
Closes #74
See merge request gitlab-org/gitlab-shell!233
Diffstat (limited to 'config.yml.example')
| -rw-r--r-- | config.yml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 23743fd..3d3e580 100644 --- a/config.yml.example +++ b/config.yml.example @@ -49,3 +49,10 @@ log_level: INFO # Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but # 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: false + features: [] |
