MongoDB: Difference between revisions

Tboston (talk | contribs)
Initial mongodb article
 
Tboston (talk | contribs)
m end sentence
Line 9: Line 9:


== Configuration ==
== Configuration ==
Here's an example with multiple options. Beware that putting your password in <syntaxhighlight lang="nix">
Here's an example with multiple options. Beware that putting your password in cleartext into the config should not be done. Please check [[Comparison of secret managing schemes]] for that matter. <syntaxhighlight lang="nix">
services.mongodb = {
services.mongodb = {
   enable = true;
   enable = true;