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 8995d4d commit d666752Copy full SHA for d666752
templates/mongodb.conf.erb
@@ -71,7 +71,6 @@ storage.quota.maxFilesPerDB: <%= @quotafiles %>
71
storage.engine: <%= @storage_engine_internal %>
72
<% end -%>
73
74
-
75
#Security
76
<% if @auth -%>
77
security.authorization: enabled
@@ -85,7 +84,6 @@ security.keyFile: <%= @keyfile %>
85
84
security.javascriptEnabled: <%= @noscripting %>
86
87
88
89
#Net
90
<% if @ipv6 -%>
91
net.ipv6: <%= @ipv6 %>
@@ -177,7 +175,6 @@ setParameter:
177
175
authenticationMechanisms: <%= @supported_auth_mechanisms.join(',') %>
178
176
179
180
181
<% if @config_data -%>
182
<% @config_data.each do |k,v| -%>
183
<%= k %>: <%= v %>
0 commit comments