From e582e8a6c1f1a407ad4745b4e1ee944f93bb98a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= Date: Mon, 16 Oct 2023 14:37:32 +0200 Subject: [PATCH] chore: update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bae0d85..1015c1c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The FerretDB version can be specified using the `ferretdb-version` input. The de The FerretDB telemetry can be enabled using the `ferretdb-telemetry` input. The default value is `disabled`. Learn more about FerretDB's telemetry [here](https://docs.ferretdb.io/telemetry/#configure-telemetry). +By default FerretDB will be started using sqlite. By setting `use-postgres` to `true` you can switch the database engine to PostgreSQL. + ## Usage ```yaml