diff options
author | Alex <alex@adnab.me> | 2024-03-14 15:43:30 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-14 15:43:30 +0000 |
commit | 62b01d8705b8525cfe323aecf4ea085ac8671a8e (patch) | |
tree | 39b183d85f8f87b5b843addc8987c3a24859b21e /doc/book/quick-start/_index.md | |
parent | 238545e56486b857fab41e0703fc9bccbcd50a2c (diff) | |
parent | 422d45b6596d0610afbd6a3e3342024419b9b0ee (diff) | |
download | garage-62b01d8705b8525cfe323aecf4ea085ac8671a8e.tar.gz garage-62b01d8705b8525cfe323aecf4ea085ac8671a8e.zip |
Merge pull request 'Doc: be slightly more critical of LMDB' (#773) from doc-updates into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/773
Diffstat (limited to 'doc/book/quick-start/_index.md')
-rw-r--r-- | doc/book/quick-start/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index f359843d..870bf9e9 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -57,7 +57,7 @@ to generate unique and private secrets for security reasons: cat > garage.toml <<EOF metadata_dir = "/tmp/meta" data_dir = "/tmp/data" -db_engine = "lmdb" +db_engine = "sqlite" replication_mode = "none" |