Hi,
I was wondering if it was possible to configure gitlab.rb to read directly values from environment variables instead of values stored in the file.
It is ruby so maybe it’s possible … but I did a quick attempt (using ENV[“MY_VAR”] with no success).
Thank you !