We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61cb232 + 626d881 commit 74872ccCopy full SHA for 74872cc
doc/settings/database.md
@@ -299,8 +299,7 @@ the `postgresql` and `gitlab_rails` sections of `gitlab.rb`.
299
The following settings are affected in the `postgresql` block:
300
301
- `listen_address`: Controls the address on which PostgreSQL will listen.
302
-- `port`: Controls the port on which PostgreSQL will listen, and _must be set_
303
- if `listen_address` is.
+- `port`: Controls the port on which PostgreSQL listens to. The default is `5432`.
304
- `md5_auth_cidr_addresses`: A list of CIDR address blocks that are allowed to
305
connect to the server, after authentication with a password.
306
- `trust_auth_cidr_addresses`: A list of CIDR address blocks that are allowed
0 commit comments