Guest User

Untitled

a guest
Jan 15th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. magictask@vk1049:~/todo-api.rb/current/config$ cat database.yml
  2. base: &base
  3. adapter: postgresql
  4. encoding: utf8
  5. username: pg_5039u
  6. password: magictaskabc
  7. port: 5435
  8. server: sql.magictask.megiteam.pl
  9.  
  10. development:
  11. database: pg_5039
  12. <<: *base
  13.  
  14. test:
  15. database: todo-api.rb_test
  16. <<: *base
  17.  
  18. production:
  19. database: pg_5039
  20. <<: *base
Add Comment
Please, Sign In to add comment