From 31231b1ca2ea62fff927a3b278f946381a39f860 Mon Sep 17 00:00:00 2001 From: ItsNiceCraft <74358857+ItsNiceCraft@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:41:53 +0000 Subject: [PATCH 1/3] fix: rename "database_same" to "database_name" in example database.yml --- src/main/resources/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/database.yml b/src/main/resources/database.yml index ee3f595..43204a0 100644 --- a/src/main/resources/database.yml +++ b/src/main/resources/database.yml @@ -22,7 +22,7 @@ type: SQLITE # # MONGO DATABASE # # This type of database saves data to the cloud. # connection_string: "connectionString" -# database_same: "Database" +# database_name: "Database" # ✜ Settings ✜ # The maximum amount of history that will From 29d00342916d2575f21ca8349e27bcdb80bef23c Mon Sep 17 00:00:00 2001 From: ItsNiceCraft <74358857+ItsNiceCraft@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:42:23 +0000 Subject: [PATCH 2/3] feat: viable default mongo name option in default database.yml --- src/main/resources/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/database.yml b/src/main/resources/database.yml index 43204a0..67ce59b 100644 --- a/src/main/resources/database.yml +++ b/src/main/resources/database.yml @@ -22,7 +22,7 @@ type: SQLITE # # MONGO DATABASE # # This type of database saves data to the cloud. # connection_string: "connectionString" -# database_name: "Database" +# database_name: "leaf" # ✜ Settings ✜ # The maximum amount of history that will From 25de676e9970e71d048cbbdfd103cc1fd7f712f7 Mon Sep 17 00:00:00 2001 From: ItsNiceCraft <74358857+ItsNiceCraft@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:43:16 +0000 Subject: [PATCH 3/3] feat: capitalize "L" in example mongo name in default database.yml --- src/main/resources/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/database.yml b/src/main/resources/database.yml index 67ce59b..1b7b93e 100644 --- a/src/main/resources/database.yml +++ b/src/main/resources/database.yml @@ -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