Created
May 27, 2015 10:33
-
-
Save tomekw/c088073e6f88eb35acf7 to your computer and use it in GitHub Desktop.
database.yml with URL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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