Skip to content

Commit

Permalink
Merge pull request #121 from integralyogin/patch-1
Browse files Browse the repository at this point in the history
added > cause it was missing :P
  • Loading branch information
psychobunny committed Mar 29, 2017
2 parents f38a9b0 + c1ddcd1 commit 3fa1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installing/os/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ privileges:

.. code::
> db.createUser( { user: "nodebb", pwd: "<Enter a secure password", roles: [ { role: "readWrite", db: "nodebb" }, { role: "clusterMonitor", db: "admin" } ] } )
> db.createUser( { user: "nodebb", pwd: "<Enter a secure password>", roles: [ { role: "readWrite", db: "nodebb" }, { role: "clusterMonitor", db: "admin" } ] } )
The ``readWrite`` permission allows NodeBB to store and retrieve data from the ``nodebb`` database. The
``clusterMonitor`` permission provides NodeBB read-only access to query database server statistics which are then
Expand Down

0 comments on commit 3fa1c2b

Please sign in to comment.