Guest User

Untitled

a guest
Jul 14th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. development:
  2. adapter: sqlite3
  3. database: db/development.sqlite3
  4. pool: 5
  5. username: root
  6. password: root
  7.  
  8. test:
  9. adapter: sqlite3
  10. database: db/test.sqlite3
  11. pool: 5
  12. username: root
  13. password: root
Add Comment
Please, Sign In to add comment