GeoRSS aggregator and Layar augmented reality server
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

27 satır
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