You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
|
|
|
|
mongo_port: 27017
|
|
|
|
mongo_src_ip: []
|
|
|
|
mongo_db_path: /var/lib/mongo
|
|
|
|
# Should authorization be enabled
|
|
|
|
mongo_auth: True
|
|
|
|
mongo_admin_user: mongoadmin
|
|
|
|
# A random one will be created if not defined here
|
|
|
|
# mongo_admin_pass: S3cr3t.
|
|
|
|
...
|