Add note about not specifying store

This commit is contained in:
Aode (lion) 2021-10-28 00:20:30 -05:00
parent 657152e1a8
commit 46a7c8baf3

View file

@ -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"