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