Commit ce2ba53a by Jeff LaJoie

disable auth for local

parent 46055e12
......@@ -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