Guest User

Untitled

a guest
Feb 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. production:
  2. adapter: postgresql
  3. database: <database name>
  4. username: <use we created>
  5. password: <Password we gave the user>
  6. host: 127.0.0.1
  7. port: 5432
  8. pool: 75
  9. timeout: 5
Add Comment
Please, Sign In to add comment