How to connect to remote MongoDB server


How to connect to remote MongoDB server



~sudo vi /etc/mongod.conf


# network interfaces
net:
  port: 27017
  bindIp: 127.0.0.1
  bindIpAll: true



~$ sudo service mongod restart

댓글

이 블로그의 인기 게시물

mongoDB admin 권한 설정방법 How to enable access control for mongo DB

Install pm2 via yarn globally

Install node and yarn on Linux