Guest User

Untitled

a guest
Aug 9th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3
  3. development:
  4. adapter: sqlite3
  5. database: db/development.sqlite3
  6. pool: 5
  7. timeout: 5000
  8.  
  9. production:
  10. adapter: mysql
  11. database: socialmediadatabase
  12. username: smdb
  13. password:
  14. host: localhost
Add Comment
Please, Sign In to add comment