mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Explain mongodb_port in mongod.conf.j2 (template for /etc/mongod.conf)
This commit is contained in:
parent
c464f83d0b
commit
a58b4e74b9
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
# 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...but typically 27018 for IIAB)
|
||||
# Specify port number (27017 by default). Sugarizer Server & IIAB had earlier
|
||||
# used 27018. https://docs.mongodb.com/manual/reference/default-mongodb-port/
|
||||
port = {{ mongodb_port }}
|
||||
|
||||
# Fork server process (false by default)
|
||||
|
|
Loading…
Reference in a new issue