Skip to content

Commit

Permalink
Merge pull request cesanta#87 from carsonoid/mongo_doc_fix
Browse files Browse the repository at this point in the history
use correct username key for mongo dial
  • Loading branch information
rojer committed Mar 31, 2016

Verified

This commit was signed with the committer’s verified signature.
tomlokhorst Tom Lokhorst
2 parents 7de8844 + 145b4ce commit f5507b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/reference.yml
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ mongo_auth:
# Database name that will be used on the MongoDB server.
database: "docker_auth"
# The username with which to connect to the MongoDB server.
user: ""
username: ""
# Path to the text file with the password in it.
password_file: ""
# Name of the collection in which ACLs will be stored in MongoDB.
@@ -168,7 +168,7 @@ acl_mongo:
# Database name that will be used on the MongoDB server.
database: "docker_auth"
# The username with which to connect to the MongoDB server.
user: ""
username: ""
# Path to the text file with the password in it.
password_file: ""
# Name of the collection in which ACLs will be stored in MongoDB.

0 comments on commit f5507b5

Please sign in to comment.