Skip to content

Instantly share code, notes, and snippets.

@tomekw
Created May 27, 2015 10:33
Show Gist options
  • Save tomekw/c088073e6f88eb35acf7 to your computer and use it in GitHub Desktop.
Save tomekw/c088073e6f88eb35acf7 to your computer and use it in GitHub Desktop.
database.yml with URL
development:
url: <%= ENV["DATABASE_DEV_URL"] %>
test:
url: <%= ENV["DATABASE_TEST_URL"] %>
production:
url: <%= ENV["DATABASE_URL"] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment