Skip to content

Commit 132ed05

Browse files
committed
renames configurations to source instead of table
1 parent 3b49112 commit 132ed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb-driver/src/main/java/org/jnosql/diana/mongodb/document/MongoDBDocumentConfigurations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
public enum MongoDBDocumentConfigurations implements Supplier<String> {
2121
HOST("mongodb.host"), USER("mongodb.user"),
2222
PASSWORD("mongodb.password"),
23-
AUTHENTICATION_DATABASE("mongodb.authentication.database"),
23+
AUTHENTICATION_SOURCE("mongodb.authentication.source"),
2424
AUTHENTICATION_MECHANISM("mongodb.authentication.mechanism");
2525

2626
private final String configuration;

0 commit comments

Comments
 (0)