Advertisement
Guest User

database.yml

a guest
Nov 28th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [diaspora@diaspora ~/diaspora/config]$ diff database.yml.example database.yml
  2. 11c11
  3. < host: "localhost"
  4. ---
  5. > host: "192.168.0.142"
  6. 13,14c13,14
  7. < username: "root"
  8. < password: ""
  9. ---
  10. > username: "diaspora"
  11. > password: "secret" [not the actual password :-)]
  12. 24,25c24,25
  13. < <<: *postgresql
  14. < #<<: *mysql
  15. ---
  16. > #<<: *postgresql
  17. > <<: *mysql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement