aws 우분투 기준
$ cd /etc
$ vi mongod.conf
mac 기준
$ cd /usr/local/etc
$ vi mongod.conf
bindIp: 0.0.0.0
으로 변경 하면 된다.
원하는 ip 가 있을경우 그 ip 를 작성 후
esc -> :wq!
이렇게 저장하면 된다.
port 변경은 원하는 포트로 변경 해주면 된다.
이렇게 파일을 변경해주고 db를 껏다 켜주면 된다.
aws 우분투 기준
sudo systemctl restart mongod
mac 기준
brew services restart mongodb-community