Skip to content

Remove deprecated env config values

Pavlo Strokov requested to merge ps-rm-env-config into master

GITALY_SOCKET_PATH, GITALY_LISTEN_ADDR and GITALY_PROMETHEUS_LISTEN_ADDR were marked as deprecated in eb5b9b3a (Document GITALY_DEBUG, 2017-05-10). It is time to remove them from the code.
To exclude situation when some configuration values could be overridden by the env vars by mistake the change removes envconfig.Process call on the gitaly configuration struct.

Merge request reports