Guest User

Untitled

a guest
Mar 11th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ---
  2. # This is a sample database file for the ActiveRecord ORM
  3. :development: &defaults
  4. :adapter: mysql
  5. :database: todo_list_development
  6. :username: root
  7. :password:
  8. :host: localhost
  9. :socket: /tmp/mysql.sock
  10.  
  11. :test:
  12. <<: *defaults
  13. :database: todo_list_test
  14.  
  15. :production:
  16. <<: *defaults
  17. :database: todo_list_production
Add Comment
Please, Sign In to add comment