From 46a7c8baf33353800d165d7b89c722f52b43910a Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Thu, 28 Oct 2021 00:20:30 -0500 Subject: [PATCH] Add note about not specifying store --- pict-rs.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pict-rs.toml b/pict-rs.toml index 01ac91e..dd5b1e0 100644 --- a/pict-rs.toml +++ b/pict-rs.toml @@ -65,6 +65,8 @@ opentelemetry_url = 'http://localhost:4317/' ## Optional: store definition # default store: file_store +# +# Not specifying a store means a file_store will be used with the top-level pict-rs' path [store] type = "file_store"