How to change database_url on heroku?

前端 未结 2 1086
陌清茗
陌清茗 2020-12-06 16:34

I am trying to share a database between two apps on Heroku according to Share database between 2 apps in Heroku but setting up database_url on the second app gi

2条回答
  •  [愿得一人]
    2020-12-06 17:12

    From Heroku

    Previously to add an add-on you could use the command addons:add. That command is now deprecated in favor of the create command.

提交回复
热议问题