Advertisement
Guest User

Untitled

a guest
Mar 27th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. default: &default
  2. adapter: postgresql
  3. encoding: unicode
  4. pool: 5
  5. timeout: 5000
  6. username: 'odnogrupniki'
  7. password: '1111'
  8.  
  9. development:
  10. <<: *default
  11. database: odnogrupniki
  12.  
  13. test:
  14. <<: *default
  15. database: odnogrupniki_test
  16.  
  17. production:
  18. <<: *default
  19. database: odnogrupniki_production
  20.  
  21. andrey@asus:~/project/odnogrupniki$ psql --version
  22. psql (PostgreSQL) 9.5.1
  23.  
  24. postgres@asus:/home/andrey/project/odnogrupniki$ createuser odnogrupniki -P -S -R -D
  25. Enter password for new role:
  26. Enter it again:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement