docs: Typo (#392)

FerretDB vs. FerritDB
This commit is contained in:
Justin Goette
2025-04-02 03:05:29 -04:00
committed by GitHub
parent 4c3210f70a
commit 3f04614303

View File

@@ -1,7 +1,7 @@
# Sqlite
:::info
FerritDB + Sqlite authentication support is [still experimental](https://docs.ferretdb.io/security/authentication/#experimental-authentication-mode),
FerretDB + Sqlite authentication support is [still experimental](https://docs.ferretdb.io/security/authentication/#experimental-authentication-mode),
and is not enabled in this database configuration. Because of this, the values for `DB_USERNAME` and `DB_PASSWORD`
are ignored when using Sqlite, and the database port is not exposed publicly by default.
:::
@@ -22,4 +22,4 @@ docker compose -p komodo -f komodo/sqlite.compose.yaml --env-file komodo/compose
import ComposeAndEnv from "@site/src/components/ComposeAndEnv";
<ComposeAndEnv file_name="sqlite.compose.yaml" />
```
```