Skip to content

Commit

Permalink
renames configurations to source instead of table
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed May 3, 2019
1 parent 3b49112 commit 132ed05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public enum MongoDBDocumentConfigurations implements Supplier<String> {
HOST("mongodb.host"), USER("mongodb.user"),
PASSWORD("mongodb.password"),
AUTHENTICATION_DATABASE("mongodb.authentication.database"),
AUTHENTICATION_SOURCE("mongodb.authentication.source"),
AUTHENTICATION_MECHANISM("mongodb.authentication.mechanism");

private final String configuration;
Expand Down

0 comments on commit 132ed05

Please sign in to comment.