Skip to content

Commit

Permalink
changing default to DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Sep 4, 2024
1 parent 3210816 commit 563a2a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
*/
@ConfigData("blockStream")
public record BlockStreamConfig(
@ConfigProperty(defaultValue = "SELF") GenerationMode generationMode) {}
@ConfigProperty(defaultValue = "DIR") GenerationMode generationMode) {}

0 comments on commit 563a2a0

Please sign in to comment.