Commit ce2ba53a by Jeff LaJoie

disable auth for local

parent 46055e12
...@@ -9,7 +9,7 @@ logpath={{ mongo_logpath }} ...@@ -9,7 +9,7 @@ logpath={{ mongo_logpath }}
logappend={{ mongo_logappend }} 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. otherwise only to the specified local ip.
#} #}
{% if not MONGO_CLUSTERED %} {% if not MONGO_CLUSTERED %}
...@@ -38,8 +38,9 @@ replSet = {{ mongo_repl_set }} ...@@ -38,8 +38,9 @@ replSet = {{ mongo_repl_set }}
# Enables periodic logging of CPU utilization and I/O wait # Enables periodic logging of CPU utilization and I/O wait
#cpu = true #cpu = true
# Turn on/off security. On is currently the default # Turn on/off security. Off is currently the default
auth = {{ MONGO_AUTH | ternary("true", "false") }} #noauth = true
#auth = true
# Verbose logging output. # Verbose logging output.
#verbose = true #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