Guest User

Untitled

a guest
Sep 15th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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: mysql2
  8. database: spree_multi_db_master
  9. username: root
  10. password:
  11. host: localhost
  12.  
  13. # Warning: The database defined as "test" will be erased and
  14. # re-generated from your development database when you run "rake".
  15. # Do not set this db to the same as development or production.
  16. test:
  17. adapter: mysql2
  18. database: spree_multi_db_master_test
  19. username: root
  20. password:
  21. host: localhost
  22.  
  23. production:
  24. adapter: mysql2
  25. database: spree_multi_db_master
  26. username: root
  27. password:
  28. host: localhost
Add Comment
Please, Sign In to add comment