GeoRSS aggregator and Layar augmented reality server
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

27 lignes
555 B

  1. development:
  2. adapter: postgresql
  3. encoding: unicode
  4. database: apollo_development
  5. pool: 5
  6. username: postgres
  7. password:
  8. port: 5433
  9. # Warning: The database defined as "test" will be erased and
  10. # re-generated from your development database when you run "rake".
  11. # Do not set this db to the same as development or production.
  12. test:
  13. adapter: postgresql
  14. encoding: unicode
  15. database: apollo_test
  16. pool: 5
  17. username: postgres
  18. password:
  19. port: 5433
  20. production:
  21. adapter: sqlite3
  22. database: db/production.sqlite3
  23. pool: 5
  24. timeout: 5000