Skip to content

Commit

Permalink
feat: capitalize "L" in example mongo name in default database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiceCraft committed Oct 25, 2023
1 parent 29d0034 commit 25de676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: SQLITE
# # MONGO DATABASE
# # This type of database saves data to the cloud.
# connection_string: "connectionString"
# database_name: "leaf"
# database_name: "Leaf"

# ✜ Settings ✜
# The maximum amount of history that will
Expand Down

0 comments on commit 25de676

Please sign in to comment.