Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog post on "How to Configure FerretDB to work on Percona Distribution for PostgreSQL" #2911

Merged
merged 10 commits into from
Jun 27, 2023
Prev Previous commit
Next Next commit
Update website/blog/2023-06-26-configure-ferretdb-work-percona-distri…
…bution-postgresql.md

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
Fashander and AlekSi authored Jun 26, 2023
commit 93f340da61474865c5d7570b9bbec135dff0fc99
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ For the purpose of this guide, we'll be using Studio 3T – a MongoDB GUI tool.

Once Studio 3T is installed, launch the application and add a connection using the right MongoDB URI.

```sh
```text
mongodb://username:password@127.0.0.1/ferretdb?authMechanism=PLAIN
```

Expand Down