development:
  adapter: postgresql
  encoding: unicode
  pool: 5
  database: teachable-marketing_development
  url: <%= ENV.fetch("DATABASE_URL", "postgresql://localhost/teachable-marketing_development") %>
test:
  adapter: postgresql
  encoding: unicode
  pool: 5
  database: teachable-marketing_test
  url: <%= ENV.fetch("DATABASE_URL", "postgresql://localhost/teachable-marketing_test") %>
