summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_general.idl
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@mongodb.com>2019-12-02 19:34:07 +0000
committerevergreen <evergreen@mongodb.com>2019-12-02 19:34:07 +0000
commit139481dc1a1336b5711e0f4903107008b13d5ff3 (patch)
tree7cbb18ed15cadc12d1b016f2a04a80ec7afd5371 /src/mongo/db/server_options_general.idl
parent74ed36565b863574489ea05fe22ee7d5ec78ab8d (diff)
downloadmongo-139481dc1a1336b5711e0f4903107008b13d5ff3.tar.gz
SERVER-44630 Attach logging init and options to integration tests
Diffstat (limited to 'src/mongo/db/server_options_general.idl')
-rw-r--r--src/mongo/db/server_options_general.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/server_options_general.idl b/src/mongo/db/server_options_general.idl
index 2761bb62a94..6aecd07c366 100644
--- a/src/mongo/db/server_options_general.idl
+++ b/src/mongo/db/server_options_general.idl
@@ -69,6 +69,12 @@ configs:
hidden: true
default: 30
+ 'net.port':
+ description:
+ expr: 'ServerGlobalParams::getPortSettingHelpText()'
+ is_constexpr: false
+ short_name: port
+ arg_vartype: Int
'net.ipv6':
description: 'Enable IPv6 support (disabled by default)'
short_name: ipv6