From a58b4e74b93aa07549a40b3700b4283cae212d7f Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 3 Nov 2020 09:30:07 -0500 Subject: [PATCH] Explain mongodb_port in mongod.conf.j2 (template for /etc/mongod.conf) --- roles/mongodb/templates/mongod.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/mongodb/templates/mongod.conf.j2 b/roles/mongodb/templates/mongod.conf.j2 index 9d9c9c9c1..958c4a50e 100644 --- a/roles/mongodb/templates/mongod.conf.j2 +++ b/roles/mongodb/templates/mongod.conf.j2 @@ -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)