Commit ce2ba53a by Jeff LaJoie

disable auth for local

parent 46055e12
......@@ -9,7 +9,7 @@ logpath={{ mongo_logpath }}
logappend={{ mongo_logappend }}
{# Bind to all ips(default) if in clustered mode,
{# Bind to all ips(default) if in clustered mode,
otherwise only to the specified local ip.
#}
{% if not MONGO_CLUSTERED %}
......@@ -38,8 +38,9 @@ replSet = {{ mongo_repl_set }}
# Enables periodic logging of CPU utilization and I/O wait
#cpu = true
# Turn on/off security. On is currently the default
auth = {{ MONGO_AUTH | ternary("true", "false") }}
# Turn on/off security. Off is currently the default
#noauth = true
#auth = true
# Verbose logging output.
#verbose = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment