Guest User

Untitled

a guest
May 1st, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ## as host
  2.  
  3. development:
  4. adapter: mysql
  5. database: mydb_development
  6. username: root
  7. password:
  8. host: localhost # or whatever other host you're using
  9.  
  10. ## as socket
  11.  
  12. production:
  13. adapter: mysql
  14. database: mydb_production
  15. username: someuser
  16. password: somepass
  17. socket: /var/run/mysqld/mysqld.sock
Add Comment
Please, Sign In to add comment