diff --git a/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx b/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx index 1189fea98cf..23fcae9cf0d 100644 --- a/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx +++ b/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx @@ -92,7 +92,7 @@ efm can execute the script, which has the following contents: 2. On each database node, set `script.load.balancer.attach` to the custom script in the `efm` properties file: ``` text - script.load.balancer.attach=/usr/edb/efm-4.2/bin/efm_pgbouncer_functions attach %h , + script.load.balancer.attach=/usr/edb/efm-4.2/bin/efm_pgbouncer_functions attach %h %t , ``` `` is the hostname or IP address for PgBouncer server 1 and `` is the hostname or IP address for PgBouncer server 2.