1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

databases/mongodb70: fix path in patch

This commit is contained in:
Ronald Klop 2023-05-02 22:39:16 +02:00
parent a677d700a6
commit 05a44d7cbc
No known key found for this signature in database
GPG Key ID: 551E8E6207A42166

View File

@ -10,7 +10,7 @@
# Where and how to store data.
storage:
- dbPath: /var/lib/mongo
+ dbPath: /var/db/mongo
+ dbPath: /var/db/mongodb
# how the process runs
processManagement: