mac: fix mongodb config path for Apple Silicon

This commit is contained in:
Jan Romann
2023-07-07 14:05:31 +02:00
committed by Sukchan Lee
parent 26141ee2b5
commit cffd60b356

View File

@@ -33,7 +33,7 @@ $ brew install mongodb-community
Run MongoDB server.
```bash
$ mongod --config /usr/local/etc/mongod.conf
$ mongod --config /opt/homebrew/etc/mongod.conf
```
**Tip:** MongoDB is persistent after rebooting with the following commands: