Guest User

Untitled

a guest
Mar 6th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3
  3. #
  4. # Ensure the SQLite 3 gem is defined in your Gemfile
  5. # gem 'sqlite3'
  6. development:
  7. adapter: mysql
  8. database: office_heroes_development
  9. username: root
  10. password:
  11. host: localhost
  12. encoding: utf8
Add Comment
Please, Sign In to add comment