MongoDB: Difference between revisions
Initial mongodb article |
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; | ||