Guest User

Untitled

a guest
Aug 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. test:
  2. adapter: postgresql
  3. encoding: unicode
  4. database: <%= ENV['DB_DATABASE'] %>
  5. username: <%= ENV['DB_USERNAME'] %>
  6. password: <%= ENV['DB_PASSWORD'] %>
  7. host: <%= ENV['DB_HOST'] %>
  8. port: 5432
  9. pool: 25
Add Comment
Please, Sign In to add comment