node/express:使用Forever连续运行脚本时设置NODE_ENV
当我使用 NODE_ENV 变量/参数设置为“生产” href="https://github.com/indexzero/forever" rel="nofollow noreferrer">forever 启动我的节点脚本
到目前为止我得到了这个:
forever start -l forever.log -o out.log -e err.log -a app.js
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 NODE_ENV 设置为正常,然后永远运行:
服务器重新启动时将保留初始的
NODE_ENV
- 已在此问题中修复的行为:https://github.com/nodejitsu/forever/issues/116
旧版本的永远可以使用以下命令行格式:
You can set NODE_ENV as normal and then run forever:
The initial
NODE_ENV
will be preserved when the server restarts - behaviour that was fixed in this issue:https://github.com/nodejitsu/forever/issues/116
Older versions of forever can use the following command line format: