You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
431 B

9 months ago
9 months ago
9 months ago
  1. ---
  2. default: &default
  3. adapter: postgresql
  4. encoding: unicode
  5. # For details on connection pooling, see Rails configuration guide
  6. # https://guides.rubyonrails.org/configuring.html#database-pooling
  7. pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  8. host: ct1.lxd
  9. development:
  10. <<: *default
  11. database: &db-name easy-going-rails
  12. user: *db-name
  13. password: *db-name
  14. test:
  15. <<: *default
  16. database: easy-going-rails_test