Guest User

Untitled

a guest
Jul 19th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. host: localhost
  4. database: newstrust
  5. username: root
  6. password:
  7. socket: /var/run/mysqld/mysqld.sock
  8. encoding: utf8
  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: sqlite3
  15. # database: db/test.sqlite3
  16. # timeout: 5000
  17. adapter: mysql
  18. host: localhost
  19. database: newstrust_test
  20. username: root
  21. password:
  22. socket: /var/run/mysqld/mysqld.sock
  23. encoding: utf8
Add Comment
Please, Sign In to add comment