We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d91416 commit dba6278Copy full SHA for dba6278
templates/mongod.conf.j2
@@ -38,7 +38,7 @@ security:
38
39
storage:
40
dbPath: {{ mongodb_storage_dbpath }}
41
- directoryPerDB: {{ mongodb_storage_dirperdb }}
+ directoryPerDB: {{ mongodb_storage_dirperdb | to_nice_json }}
42
{% if mongodb_major_version | version_compare("3.0", ">=") -%}
43
engine: {{ mongodb_storage_engine }}
44
{% endif -%}
templates/mongod_init.conf.j2
@@ -21,7 +21,7 @@ security:
21
22
23
24
25
26
27
0 commit comments