Skip to content

Support Adding ENV variables to be used by unicorn and sidekiq

Chris Portman requested to merge portman.chris/omnibus-gitlab:env into master

Add option in /etc/gitlab/gitlab.rb:

gitlab_rails['env'] = {"http_proxy" => "my_proxy", "https_proxy" => "my_proxy"}

to make those options available for use by the sidekiq and unicorn services.

See issue #124 (closed)

Edited by GitLab Release Tools Bot

Merge request reports