Guest User

Untitled

a guest
Apr 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # JDBC Setup
  2. # Adjust JDBC driver URLs as necessary.
  3. development:
  4. host: localhost
  5. adapter: jdbc
  6. driver: com.mysql.jdbc.Driver
  7. url: jdbc:mysql://localhost:3306/ga_development
  8. username: root
  9. password:
  10.  
  11. # Warning: The database defined as 'test' will be erased and
  12. # re-generated from your development database when you run 'rake'.
  13. # Do not set this db to the same as development or production.
  14. test:
  15. host: localhost
  16. adapter: jdbc
  17.  
  18. production:
  19. host: localhost
  20. adapter: jdbc
Add Comment
Please, Sign In to add comment