From fd06b7b6a007909db7613e9e7caff673c8a9ffb4 Mon Sep 17 00:00:00 2001 From: NiwakaDev Date: Thu, 7 Dec 2023 08:17:38 +0900 Subject: [PATCH] chore: update config example --- config/datanode.example.toml | 7 +++++-- config/standalone.example.toml | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config/datanode.example.toml b/config/datanode.example.toml index 2963327426bc..9b24fd8dcff8 100644 --- a/config/datanode.example.toml +++ b/config/datanode.example.toml @@ -54,8 +54,11 @@ type = "File" # The local file cache capacity in bytes. # cache_capacity = "256MB" -[storage.default_store] -type = "File" +# Custom storage options +#[[storage.providers]] +#type = "S3" +#[[storage.providers]] +#type = "Gcs" # Mito engine options [[region_engine]] diff --git a/config/standalone.example.toml b/config/standalone.example.toml index bb8f5c2d1cbb..0e412c4a6313 100644 --- a/config/standalone.example.toml +++ b/config/standalone.example.toml @@ -122,6 +122,12 @@ type = "File" # The local file cache capacity in bytes. # cache_capacity = "256MB" +# Custom storage options +#[[storage.providers]] +#type = "S3" +#[[storage.providers]] +#type = "Gcs" + # Mito engine options [[region_engine]] [region_engine.mito]