Skip to content

Commit

Permalink
Merge pull request #4831 from EnterpriseDB/upm-24162
Browse files Browse the repository at this point in the history
fix(UPM-24162): Fix typo, space
  • Loading branch information
nidhibhammar authored Sep 18, 2023
2 parents c37a0c1 + faf7ff2 commit 66efad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To connect to a BigAnimal cluster:
2. Select **Analyze > Connections**.
3. Select **+ Database**.
4. In the Add Database dialog box, enter a value for **Database Name**.
5. To connect to the database, you need database user with a password.Enter the connection string for your cluster in the **SQLALCHEMY URI** field, using the following format:
5. To connect to the database, you need database user with a password. Enter the connection string for your cluster in the **SQLALCHEMY URI** field, using the following format:

`postgresql://{<username>}:{<password>}@{<host>}:{<port>}/{<dbname>}?sslmode=verify-full`
!!!note
Expand Down

1 comment on commit 66efad8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.