Commit c6881c0f authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'doc-gerardo-master-patch-38634' into 'master'

Correct port on PgBouncer configuration

See merge request gitlab-org/gitlab!75156
parents 5d14a7a6 f27081f9
......@@ -255,7 +255,7 @@ this, you must point Praefect to PgBouncer by setting Praefect database paramete
```ruby
praefect['database_host'] = PGBOUNCER_HOST
praefect['database_port'] = 6432
praefect['database_port'] = 5432
praefect['database_user'] = 'praefect'
praefect['database_password'] = PRAEFECT_SQL_PASSWORD
praefect['database_dbname'] = 'praefect_production'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment