Skip to content

Commit 935991f

Browse files
author
Ed Costello
committed
Minor typo cleanup and uncomment _id
1 parent 73430f0 commit 935991f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

source/reference/config-database.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Collections
4545
.. code-block:: javascript
4646

4747
{
48-
"_id" : "d.local-2012-12-11T14:09:21-0",
49-
"server" : "<hostanme>:<port>",
48+
"_id" : "hostname-2012-12-11T14:09:21-0",
49+
"server" : "<hostname>:<port>",
5050
"clientAddr" : "127.0.0.1:63381",
5151
"time" : ISODate("2012-12-11T14:09:21.039Z"),
5252
"what" : "split",
@@ -88,18 +88,15 @@ Collections
8888
Each document in the :data:`changelog` collection contains the
8989
following fields:
9090

91-
.. What? commenting out because the description isn't clear and it
92-
doesn't appear in the example above.
91+
.. data:: changelog._id
9392

94-
.. data:: changelog.changeID
95-
96-
hostname-time-increment
93+
hostname-ISO-8601-time-increment
9794

9895
.. data:: changelog.server
9996

10097
The hostname of the server that holds this data.
10198

102-
.. FACTCHECK above.
99+
.. FACTCHECK above. -verified-
103100

104101
.. data:: changelog.clientAddr
105102

0 commit comments

Comments
 (0)