feat: allow git-proxy to be configured both by environment as well as config file(s)Β #382
Open
Description
Tracking overall enhancements to how the git-proxy application receives its user configurable values.
LGTM - as a future enhancement, we should expose the server ports as both file-based config (via proxy.config.json) as well as environment variables. We should have this available for all our configurable values, merge or reconcile between the two sources and allow users to choose whichever method best suits their deployment to configure ports & other values.
Originally posted by @coopernetes in #379 (review)