mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update mongod.conf.j2
This commit is contained in:
parent
d35fba01d8
commit
a104a01b7a
1 changed files with 6 additions and 2 deletions
|
@ -5,8 +5,12 @@
|
|||
# Comma separated list of ip addresses to listen on (all local ips by default)
|
||||
bind_ip = 127.0.0.1
|
||||
|
||||
# Specify port number (27017 by default). Sugarizer Server & IIAB had earlier
|
||||
# used 27018. https://docs.mongodb.com/manual/reference/default-mongodb-port/
|
||||
# mongodb_port is set to 27017 in /opt/iiab/iiab/vars/default_vars.yml
|
||||
# If you must change this, it's best to edit /etc/iiab/local_vars.yml prior to
|
||||
# installing IIAB. Please also see upstream recommendations:
|
||||
# https://github.com/llaske/sugarizer-server/blob/master/env/sugarizer.ini line ~22 under [database]
|
||||
# https://docs.mongodb.com/manual/reference/default-mongodb-port/
|
||||
# https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt
|
||||
port = {{ mongodb_port }}
|
||||
|
||||
# Fork server process (false by default)
|
||||
|
|
Loading…
Add table
Reference in a new issue