Created
October 11, 2017 11:18
-
-
Save rlisowski/b906631f8985d73d26ecd196b615b51d to your computer and use it in GitHub Desktop.
MapFilters database
This file contains hidden or 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 | |
| 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