GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 regels
344 B

  1. defaults: &defaults
  2. host: 127.0.0.1
  3. port: 27017
  4. development:
  5. <<: *defaults
  6. database: apollo_development
  7. test:
  8. <<: *defaults
  9. database: apollo_test
  10. # set these environment variables on your prod server
  11. production:
  12. <<: *defaults
  13. database: apollo
  14. username: <%= ENV['MONGO_USERNAME'] %>
  15. password: <%= ENV['MONGO_PASSWORD'] %>