Auto Merge of PR 56 - mongod-storage-config_2025-10-03T10-29-23
Auto-Unseal for Vault / Unseal Vault (push) Successful in 56s
Renovate / renovate (push) Failing after 4m59s

Merged by Trez.One
This commit was merged in pull request #56.
This commit is contained in:
2025-10-03 11:03:48 -04:00
+3 -3
View File
@@ -13,7 +13,7 @@ systemLog:
quiet: false
logAppend: true
logRotate: reopen
path: /data/mongodb/logs/mongodb.log
path: /var/log/mongodb/mongod.log
verbosity: 1
# network interfaces
@@ -21,7 +21,7 @@ net:
port: 27017
unixDomainSocket:
enabled: true
pathPrefix: /data/mongodb/tmp
pathPrefix: /tmp
ipv6: false
bindIpAll: true
#bindIp:
@@ -38,7 +38,7 @@ replication:
# process management options
processManagement:
fork: false
pidFilePath: /data/mongodb/tmp/mongodb.pid
pidFilePath: /var/run/mongodb.pid
# set parameter options
setParameter: