diff --git a/product_docs/docs/pem/10/installing/ha/user_settings.mdx b/product_docs/docs/pem/10/installing/ha/user_settings.mdx index 5470a2d1c4..9a32a3e09c 100644 --- a/product_docs/docs/pem/10/installing/ha/user_settings.mdx +++ b/product_docs/docs/pem/10/installing/ha/user_settings.mdx @@ -45,11 +45,11 @@ Add the following line, replacing `` with the password of the `pem_use - If you are using a single endpoint to route traffic to the primary PEM backend instance, then `` and `` should be the IP address and port of that endpoint. ```python -CONFIG_DATABASE_URI="postgres://pem_user_settings:@:/pem_user_settings" +CONFIG_DATABASE_URI="postgresql://pem_user_settings:@:/pem_user_settings" ``` - If you are using multi-host connection strings to route traffic to the PEM primary, you may use the following format, specifying the details of each PEM backend. ```python -CONFIG_DATABASE_URI="postgres://pem_user_settings:@:,:,:/pem_user_settings" -``` \ No newline at end of file +CONFIG_DATABASE_URI="postgresql://pem_user_settings:@:,:,:/pem_user_settings" +```