Hello,
I am trying to install nodebb on ubuntu 18.04 LTS server on google cloud. I'm following this documentation. https://docs.nodebb.org/installing/os/ubuntu/.
Everything worked well. I created mongodb users successfully.
But there is some ambiguity in documentation.
Exit the Mongo Shell:
> quit()
I exited successfully. But I didn't understand from the following.
Enable database authorization in the MongoDB configuration file /etc/mongod.conf by appending the following lines:
security:
authorization: enabled
How do I do above? I guess few code lines are missing. What are code lines to enable security authorisation after I typed quit() and exited mongodb ??
Thanks in advance.