File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -321,8 +321,8 @@ The following settings are affected in the `postgresql` block:
321
321
postgresql[' trust_auth_cidr_addresses' ] = %w(127.0.0.1/24)
322
322
postgresql[' sql_user' ] = "gitlab"
323
323
324
- ##! SQL_USER_PASSWORD_HASH can be generated using the command `gitlab-ctl pg-password-md5 gitlab`,
325
- ##! where ` gitlab` is the name of the SQL user that connects to GitLab.
324
+ ##! SQL_USER_PASSWORD_HASH can be generated using the command `gitlab-ctl pg-password-md5 ' gitlab' `,
325
+ ##! where ' gitlab' (single-quoted to avoid shell interpolation) is the name of the SQL user that connects to GitLab.
326
326
postgresql[' sql_user_password' ] = "SQL_USER_PASSWORD_HASH"
327
327
328
328
# force ssl on all connections defined in trust_auth_cidr_addresses and md5_auth_cidr_addresses
You can’t perform that action at this time.
0 commit comments