Same connection you used to connect at command line if your on the same server. If you want external access from another server, you need to have mongo listen on external port as well, and make sure your firewall only allows your ip address to connect. Look at mongo documentaion.
Also you cant just change items in meteor db, unless you understand implications as these changes propagate to all the end user clients.
regards,
Stephen
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/6622d7f8-6749-4eed-b8a5-617c60ce8bbf%40googlegroups.com.
Same connection you used to connect at command line if your on the same server. If you want external access from another server, you need to have mongo listen on external port as well, and make sure your firewall only allows your ip address to connect. Look at mongo documentaion.
Also you cant just change items in meteor db, unless you understand implications as these changes propagate to all the end user clients.
regards,
Stephen
On 2019-08-22 7:51 am, bijan behvandi wrote:
Friends We're developing a new bbb management dashboard.What do I need to connect a new dashboard to the mongodb database?And that "connection string" for "mongoose" or "mongodb nodejs driver"How to implement it?--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.