location mongo db configuration
The specific path depends on your Mac's processor architecture: Apple Silicon (M1, M2, M3, etc.): /opt/homebrew/etc/mongod.conf Intel Processors: /usr/local/etc/mongod.confÂ
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
The specific path depends on your Mac's processor architecture: Apple Silicon (M1, M2, M3, etc.): /opt/homebrew/etc/mongod.conf Intel Processors: /usr/local/etc/mongod.confÂ
db.createUser({ user:"danang", roles:, pwd:"powerr00t", })
mongodb://username:password@127.0.0.1:27017/dbname?authSource=admin