Guest User

Untitled

a guest
Jul 16th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <% app_name = 'shure_sm58' %>
  2.  
  3. defaults: &defaults
  4. adapter: mysql2
  5. encoding: utf8
  6. username: root
  7. password: 1234
  8. host: localhost
  9. port: 3306
  10. # socket: 127.0.0.1:3306
  11. # socket: /tmp/mysql.sock
  12.  
  13. development:
  14. <<: *defaults
  15. database: shuresm58
  16.  
  17. slicehost:
  18. <<: *defaults
  19. database: shuresm58
  20.  
  21. test:
  22. <<: *defaults
  23. database: shuresm58
  24.  
  25. production:
  26. <<: *defaults
  27. database: shuresm58
Add Comment
Please, Sign In to add comment