github.com/Finschia/finschia-sdk@v0.48.1/store/streaming/file/example_config.toml (about) 1 [store] 2 streamers = [ # if len(streamers) > 0 we are streaming 3 "file", # name of the streaming service, used by constructor 4 ] 5 6 [streamers] 7 [streamers.file] 8 keys = ["list", "of", "store", "keys", "we", "want", "to", "expose", "for", "this", "streaming", "service"] 9 write_dir = "path to the write directory" 10 prefix = "optional prefix to prepend to the generated file names"