Skip to content

Commit

Permalink
fixes configuration at mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed May 3, 2019
1 parent 1ed11b3 commit acef8cf
Showing 1 changed file with 1 addition and 1 deletion.
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.table"),
AUTHENTICATION_DATABASE("mongodb.authentication.database"),
AUTHENTICATION_MECHANISM("mongodb.authentication.mechanism");

private final String configuration;
Expand Down

0 comments on commit acef8cf

Please sign in to comment.