RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.7k stars 10.68k forks source link

"yarn dev" without mongodb. Is it possible? #30149

Closed arpsyapathy closed 1 year ago

arpsyapathy commented 1 year ago

Hello!

Can i run "yarn dev" in local development without mongodb. Is it possible? I already have mondodb and set mongo enviroment variables

Thanks you advanced

hugocostadev commented 1 year ago

Hi there, thanks for raising the question! 🚀 💯

I'm not sure... try to run with MONGO_URL and MONGO_OPLOG_URL env vars inside the apps/meteor folder ...

MONGO_URL='...' MONGO_OPLOG_URL='...' meteor

Sorry, but GitHub is only for issues/bugs related to the repository project.


Questions? Help needed? Feature Requests?