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.
我想知道我们如何检测流星是在开发环境还是生产环境中运行?
谢谢
您可以为此使用过程,另一种方法是使用fs并检查您放入目录中的文件,该文件因应用程序所在的环境而异。
我认为最好的方法是使用process.env和检查COMPUTERNAME.
process.env
COMPUTERNAME
使用“ meteor_runtime_config .ROOT_URL”
这将返回 ROOT_URL 环境变量。
这是检测环境的最简单方法。
您可以在 .bash_profile 或 .profile 中设置此值
export ROOT_URL=http://YOURDOMAIN.com