Guest User

Untitled

a guest
Jun 15th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3-ruby (not necessary on OS X Leopard)
  3. development:
  4. adapter: mysql
  5. encoding: utf8
  6. reconnect: false
  7. database: db60769_locations
  8. username: db60769
  9. password: -----------
  10. host: internal-db.s60769.gridserver.com
  11.  
  12. # Warning: The database defined as "test" will be erased and
  13. # re-generated from your development database when you run "rake".
  14. # Do not set this db to the same as development or production.
  15.  
  16. production:
  17. adapter: mysql
  18. encoding: utf8
  19. database: db60769_locations
  20. username: db60769
  21. password: -----------
  22. host: internal-db.s60769.gridserver.com
Add Comment
Please, Sign In to add comment