Skip to content

Instantly share code, notes, and snippets.

@rlisowski
Created October 11, 2017 11:18
Show Gist options
  • Select an option

  • Save rlisowski/b906631f8985d73d26ecd196b615b51d to your computer and use it in GitHub Desktop.

Select an option

Save rlisowski/b906631f8985d73d26ecd196b615b51d to your computer and use it in GitHub Desktop.
MapFilters database
default: &default
adapter: postgis
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
development:
<<: *default
database: MapFilters_development
test:
<<: *default
database: MapFilters_test
production:
<<: *default
database: MapFilters_production
username: MapFilters
password: <%= ENV['MAPFILTERS_DATABASE_PASSWORD'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment