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.
 
 
 
 
 

16 lines
261 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. uri: <%= ENV['MONGOLAB_URI'] %>