Skip to content

Instantly share code, notes, and snippets.

@zackperdue
Created February 27, 2017 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackperdue/bf518bff2bb260558a052933c452f57f to your computer and use it in GitHub Desktop.
Save zackperdue/bf518bff2bb260558a052933c452f57f to your computer and use it in GitHub Desktop.
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