Guest User

Untitled

a guest
Jul 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. development:
  2. adapter: sqlite3
  3. database: db/development.sqlite3
  4. pool: 5
  5. timeout: 5000
  6.  
  7. # Warning: The database defined as "test" will be erased and
  8. # re-generated from your development database when you run "rake".
  9. # Do not set this db to the same as development or production.
  10. test:
  11. adapter: sqlite3
  12. database: db/test.sqlite3
  13. pool: 5
  14. timeout: 5000
  15.  
  16. production:
  17. adapter: sqlite3
  18. database: db/production.sqlite3
  19. pool: 5
  20. timeout: 5000
  21.  
  22. 3d_hierarhy_level:
  23. some_param: value
Add Comment
Please, Sign In to add comment