Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. user@ubuntu:~/studentplanr$ cat config/database.yml
  2. development:
  3. adapter: postgresql
  4. host: localhost
  5. port: 5432
  6. username: postgres
  7. password: password
  8. database: development
  9. schema_search_path: public
  10. encoding: utf8
  11. template: template0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement