diff --git a/aquadoggo_cli/config.toml b/aquadoggo_cli/config.toml index d93f34cf3..56642327c 100644 --- a/aquadoggo_cli/config.toml +++ b/aquadoggo_cli/config.toml @@ -35,14 +35,13 @@ # "schema_definition_v1", # "schema_field_definition_v1", # -# # To replicate documents which represent BLOBs include the following two -# # built-in schema ids. This does not instruct your node to replicate any -# # BLOBs it finds on the network, but only those which are dependencies of -# # other documents you already have. +# # To replicate documents which represent blobs (binary files) include the +# # following two built-in schema ids. This does not instruct your node to +# # replicate any blobs it finds on the network, but only those which are +# # dependencies of # other documents you already have. # # # # If you only want to replicate the meta data, not the binary content, # # then only include the `blob_v1`. -# # "blob_v1", # "blob_piece_v1", #