GeoRSS aggregator and Layar augmented reality server
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- defaults: &defaults
- host: 127.0.0.1
- port: 27017
-
- development:
- <<: *defaults
- database: apollo_development
-
- test:
- <<: *defaults
- database: apollo_test
-
- # set these environment variables on your prod server
- production:
- uri: <%= ENV['MONGOLAB_URI'] %>
|