failing to enable user-env-compile on Heroku

后端 未结 1 1534
梦谈多话
梦谈多话 2021-01-19 02:58

it is the first time I ask for something so sorry if I\'m not enough precise!

I tried to upload my rails app on heroku using enabling the user-env-compile to manage

相关标签:
1条回答
  • 2021-01-19 03:35

    You don't have to do anything (the labs is deprecated and you should delete it), by default now heroku is exporting your environement variables during slug compilation.

    Be careful, it is not recommended to use the environement variable during slug compilation (you can check http://12factor.net/ for more informations)

    Hope it helps.

    0 讨论(0)
提交回复
热议问题