Allow setting environment variables for gitlab-workhorse
At the moment (8.2.1) there is no way to set custom environment variables for gitlab-workhorse in gitlab.rb. After reading http://dave.cheney.net/2015/11/29/a-whirlwind-tour-of-gos-runtime-environment-variables I would like to be able to do so.
@marin I see two options: either a separate gitlab_workhorse['env']
setting, or re-using the gitlab_rails['env']
. I am leaning towards having gitlab_workhorse['env']
. What do you think?