Advertisement
Guest User

Untitled

a guest
Mar 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. production:
  2. adapter: postgresql
  3. timeout: 30000
  4. port: 5432
  5. reconnect: true
  6. host: 127.0.0.1
  7. database: foo
  8. username: bar
  9. password: baz
  10. pool: 40
  11. variables:
  12. tcp_keepalives_idle: 60
  13. tcp_keepalives_interval: 60
  14. tcp_keepalives_count: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement