Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何让 MongoHQ 数据库在我本地安装的 Meter 上工作。
我尝试使用 settings.json 方法或 MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx启动流星时的方法,但两者都不起作用,并且可能是错误的方法。
MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx
在项目目录中的终端中像这样运行它
MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx meteor
或者
export MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx meteor