From 317099e12d558ee3d830f8875a3337fb5a0c9fa4 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Fri, 20 Mar 2015 02:15:08 -0400 Subject: [PATCH] Document the name of the collection created by Coal Mine. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d4fef4..189a529 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ Here's what can go in the config file: * [mongodb] - required * hosts - the first argument to pymongo's MongoClient or MongoReplicaSetClient - * database - database name + * database - database name. Coal Mine will create only one + collection in the database, called "canaries". * username - must be specified, but can be blank if no authentication is required * password - must be specified, but can be blank if no