Skip to content

Commit 6d3873e

Browse files
jmd-mongoandf-mongodb
authored andcommitted
Fixes capitalization of tls config section (TLS: -> tls:)
1 parent 58b9742 commit 6d3873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/expansion-directives.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ entire configuration file.
194194
path: "/var/log/mongodb/mongod.log"
195195
net:
196196
bindIp: 192.51.100.24,127.0.0.1
197-
TLS:
197+
tls:
198198
mode: requireTLS
199199
certificateKeyFile: "/etc/tls/mongod.pem"
200200
certificateKeyFilePassword:

0 commit comments

Comments
 (0)