Skip to content

Remove automatic Gitaly environment variables

Jacob Vosmaer (GitLab) requested to merge remove-gitaly-automatic-env-vars into master

This code was written when we thought all Gitaly configuration would use environment variables. We have since learned/decided that having a config file is more useful. That makes this code obsolete.

It will still be possible to set Gitaly environment variables via gitaly['env'] in gitlab.rb.

Merge request reports