Guest User

Untitled

a guest
Aug 10th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: noctapuru
  4. pool: 5
  5. encoding: utf8
  6. host: mysql.ingenious.cz
  7. user: ingenious
  8. password:
  9.  
  10. # Warning: The database defined as "test" will be erased and
  11. # re-generated from your development database when you run "rake".
  12. # Do not set this db to the same as development or production.
  13. test:
  14. adapter: postgresql
  15. database: nt_test
  16. encoding: utf8
  17. host: 127.0.0.1
  18. user: adam
  19. password:
  20.  
  21. production:
  22. adapter: mysql
  23. database: noctapuru
  24. pool: 5
  25. encoding: utf8
  26. host: mysql.ingenious.cz
  27. user: ingenious
  28. password:
Add Comment
Please, Sign In to add comment