default: &default adapter: postgresql encoding: unicode pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> template: template0 password: 2wsx1qaz development: <<: *default database: thirteen_development_example test: <<: *default database: thirteen_test_example production: <<: *default database: thirteen_production_example username: <%= ENV['THIRTEEN_DB_USER'] %> password: <%= ENV['THIRTEEN_DB_PASSWORD'] %>