Expand configuration of direct database connection
This commit introduces the following changes:
- Deprecating
host_no_proxy
andport_no_proxy
configuration keys. - Replacing
no_proxy
suffix withdirect
prefix for configuration keys of direct database connection. Considering that the direct database connection can go through a proxy, e.g. pbouncer in session pooling mode, theno_proxy
suffix was inaccurate. - Adding more options for setting user, password, and dbname of direct database connection. The options were limited to host and port.\
Related to: omnibus-gitlab#6039 (closed)
Edited by Hossein Pursultani