Path changes for MongoDB.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 18s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 3m15s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 3m33s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 4m9s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 16s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 3m25s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m29s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 5m50s

This commit is contained in:
2025-10-03 10:58:57 -04:00
parent 4ece797df3
commit 18a6af1c79
+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: