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
de2f3cdb19
commit
9f82f13d94
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +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)
|
||||
port = 27018
|
||||
# Specify port number (27017 by default...but typically 27018 for IIAB)
|
||||
port = {{ mongodb_port }}
|
||||
|
||||
# Fork server process (false by default)
|
||||
# fork = true
|
||||
|
|
Loading…
Add table
Reference in a new issue