diff options
author | Alex <alex@adnab.me> | 2022-11-16 20:50:45 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-11-16 20:50:45 +0000 |
commit | 7fafd14a25a800fcc9fde1434319b35d536c675f (patch) | |
tree | 1449beb2982cdd10b336adb36eac97622bc48a54 /doc/book/quick-start | |
parent | bcc97724707aaa39fd64490cdd81aa5073285f33 (diff) | |
parent | 555a54ec4063f253e2afdc54a07c43d6d3cb582d (diff) | |
download | garage-7fafd14a25a800fcc9fde1434319b35d536c675f.tar.gz garage-7fafd14a25a800fcc9fde1434319b35d536c675f.zip |
Merge pull request 'Documentation updates' (#423) from doc-0.8 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/423
Diffstat (limited to 'doc/book/quick-start')
-rw-r--r-- | doc/book/quick-start/_index.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index 03c542f9..ac55d2f7 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -54,6 +54,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" replication_mode = "none" @@ -61,8 +62,6 @@ rpc_bind_addr = "[::]:3901" rpc_public_addr = "127.0.0.1:3901" rpc_secret = "$(openssl rand -hex 32)" -bootstrap_peers = [] - [s3_api] s3_region = "garage" api_bind_addr = "[::]:3900" |