作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 database.yml 中有以下内容
production:
adapter: postgresql
database: dbname
host: host.compute-1.amazonaws.com
username: user
password: pass_word
DATABASE_URL: postgres://user:pass_word@host.compute-1.amazonaws.com:5432/dbname
could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
最佳答案
heroku 自动生成 database.yml
在部署上。
你需要 .git 忽略 database.yml
您可以通过设置 ENV['DATABASE_URL'] (use heroku config:add DATABASE_URL=....)
来选择另一个数据库。
更多信息请查看 heroku documentation
关于ruby-on-rails - 如何在heroku上使用带有 rails 的postgres,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17716459/
我是一名优秀的程序员,十分优秀!