Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created April 10, 2014 00:14
Show Gist options
  • Save ppworks/10332348 to your computer and use it in GitHub Desktop.
Save ppworks/10332348 to your computer and use it in GitHub Desktop.
rails4.1にしたときのherokuのdatabase.yml設定 ref: http://qiita.com/ppworks/items/a30ebda446c0204ca6ca
staging:
url: <%= ENV["DATABASE_URL"] %>
production:
url: <%= ENV["DATABASE_URL"] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment