Skip to content

Commit

Permalink
Set SQLite as the default storage type (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadwey authored Jan 28, 2025
1 parent 5961de1 commit 03dc224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void onFirstCreation() {

@LocalizedComment("config.storage.header")
private ConfiguredDataManager storage = ConfiguredDataManager.builder()
.type(DataManagerType.FLATFILE)
.type(DataManagerType.SQLITE)
.database("brewery-data")
.tablePrefix("brewery_")
.address("localhost")
Expand Down

0 comments on commit 03dc224

Please sign in to comment.