Guest User

Untitled

a guest
Jan 14th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. production:
  2. adapter: mysql2
  3. encoding: utf8
  4. username: root
  5. password: '<your password>'
  6. host: '<your host>'
  7. port: 3306
  8. database: prod_db
  9. pool: 100
  10. timeout: 10000
Add Comment
Please, Sign In to add comment