I want to send a request to mongodb in a remote server machine. The following line is in the configuration, and I am not allowed to remove it:
bindip:127.0.0.1
I want to bind the IP 45.56.65.100
to my mongodb service on Windows.
Can I include 45.56.65.100
in ip to solve the problem?