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.
2 parents 77736ce + 631a97e commit 5c920a7Copy full SHA for 5c920a7
templates/mongod.conf.j2
@@ -16,7 +16,9 @@ noscripting = {{ mongodb_conf_noscripting|to_nice_json }}
16
notablescan = {{ mongodb_conf_notablescan|to_nice_json }}
17
port = {{ mongodb_conf_port }}
18
quota = {{ mongodb_conf_quota|to_nice_json }}
19
+{% if mongodb_conf_quota %}
20
quotaFiles = {{ mongodb_conf_quotaFiles }}
21
+{% endif %}
22
syslog = {{ mongodb_conf_syslog|to_nice_json }}
23
smallfiles = {{ mongodb_conf_smallfiles|to_nice_json }}
24
0 commit comments