diff options
author | Nick Thomas <nick@gitlab.com> | 2018-08-28 10:37:07 +0200 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-09-28 04:24:52 +0100 |
commit | 1f8556b2f86d7954f86f4a9a58f586a838f8ae21 (patch) | |
tree | 79fd8ba537a8073b0b9b32cabc39dcd4cafe258f /config.yml.example | |
parent | 1cc2993f357c4467e4d45c54c01d2307103efb3e (diff) | |
download | gitlab-shell-1f8556b2f86d7954f86f4a9a58f586a838f8ae21.tar.gz |
Initial feature-flagged go/ruby switch
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 23743fd..49f5d78 100644 --- a/config.yml.example +++ b/config.yml.example @@ -49,3 +49,6 @@ 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 + +# Feature flag: go or ruby +experimental: false |