Hi guys, sorry I can't be of any help. I don't have any experience with IIS, but you seem to be on the right track, the client's IP should be forwarded to the node backend by your webserver.
Solved How to configure nodebb using mongodb Atlas
-
Hi,
I want to configure nodebb forums using mongodb atlas (cloud). Can anyone of you please guide me on it.Thanks in advance
-
There isn't much to it really, once you setup your db on atlas you can use the connection string in the
uri
parameter in your nodebb's config.json like so"uri": "mongodb+srv://<username>:<password>@cluster0.myqqq.mongodb.net/<database_name>?retryWrites=true&w=majority"
-
There isn't much to it really, once you setup your db on atlas you can use the connection string in the
uri
parameter in your nodebb's config.json like so"uri": "mongodb+srv://<username>:<password>@cluster0.myqqq.mongodb.net/<database_name>?retryWrites=true&w=majority"
-
julian
-
julian
-
julian