Skip to content

Move bootstrap env vars into bootstrap constructor

John Cai requested to merge jc-change-praefect-boostrap-env-vars into master

Both Gitaly and Praefect use the bootstrap package and need to play well with gitaly-wrapper. This changes praefect to use the same env vars as gitaly. It also moves the env var retrieval inside the bootstrap constructor.

Merge request reports