Skip to content

Commit

Permalink
chore: update storage config example (#2887)
Browse files Browse the repository at this point in the history
chore: update config example
  • Loading branch information
NiwakaDev authored Dec 7, 2023
1 parent 43f32f4 commit 09aa4b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/datanode.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
6 changes: 6 additions & 0 deletions config/standalone.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 09aa4b7

Please sign in to comment.