GeoRSS aggregator and Layar augmented reality server
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

16 行
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'] %>