gpt4 book ai didi

ruby-on-rails - 将 foreman 与多个 .env 文件一起使用

转载 作者:行者123 更新时间:2023-12-03 16:01:10 24 4
gpt4 key购买 nike

对于工头,我正在尝试使用两个 .env 文件启动我的 rails 应用程序。
一个是常规的 .env 文件,但第二个有额外的变量要加载。我正在尝试使用本指南中提到的方法将配置变量排除在代码之外:https://devcenter.heroku.com/articles/config-vars
这是我的 Procfile:

web: bundle exec rails server thin -p $PORT --env $RACK_ENV,var.env
我的问题是工头似乎不想为 --env 接受两个参数,即使文档说它应该是可能的:

-e, --env

Specify an alternate environment file. You can specify more than one file by using: --env file1,file2.


当我尝试使用“foreman start”运行它时,出现错误:
06:22:46 web.1  | You did not specify how you would like Rails to report deprecation notices for your development,var.env environment, please set config.active_support.deprecation to :log, :notify or :stderr at config/environments/development,var.env.rb
它似乎不想拆分“development,var.env”并分别处理它们。当我查看工头代码时,它看起来应该只是对逗号进行简单的拆分,所以我不知道我做错了什么还是一个错误。

最佳答案

我还没有使用该功能,但来自 docs我会说你试图在错误的地方指定命令行参数。而不是将其添加到 Procfile 中的进程中你应该把它添加到 foreman命令本身:

foreman start --env env,env.local

这样就为由工头启动的所有进程设置了环境。

关于ruby-on-rails - 将 foreman 与多个 .env 文件一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11709265/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com