Guest User

Untitled

a guest
Aug 6th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. How to secure database credentials present in database.yml
  2. local: &local
  3. adapter: mysql2
  4. encoding: utf8
  5. reconnect: false
  6. username: foo
  7. password: bar
  8. host: localhost
Add Comment
Please, Sign In to add comment