Guest User

Untitled

a guest
May 18th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. :development: &defaults
  2. :adapter: mysql
  3. :database: playground_devel
  4. :username: pg_devel_user
  5. :password: ******
  6. :host: localhost
  7. :socket: /tmp/mysql.sock
  8. :encoding: utf8
  9.  
  10. :test:
  11. <<: *defaults
  12. :database: playground_test
  13. :username: pg_test_user
  14. :password: ******
  15.  
  16. :production:
  17. <<: *defaults
  18. :database: sample_production
  19. :username: playground_user
  20. :password: ******
Add Comment
Please, Sign In to add comment