default: &default | |
adapter: postgresql | |
encoding: unicode | |
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | |
development: | |
<<: *default | |
database: Ieva | |
username: Ieva | |
password: | |
test: | |
<<: *default | |
database: Ieva_test | |
username: Ieva | |
password: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment