Created
February 27, 2017 12:16
-
-
Save zackperdue/bf518bff2bb260558a052933c452f57f to your computer and use it in GitHub Desktop.
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
default: &default | |
adapter: postgis | |
schema_search_path: '"$user", public, postgis' | |
production: | |
url: <%= ENV.fetch('DATABASE_URL', '').sub(/^postgres/, "postgis") %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment