diff --git a/config/mongo.yml b/config/mongo.yml index 682a398..5f11e48 100644 --- a/config/mongo.yml +++ b/config/mongo.yml @@ -1,20 +1,15 @@ defaults: &defaults + host: 127.0.0.1 port: 27017 development: <<: *defaults - host: 127.0.0.1 database: apollo_development test: <<: *defaults - host: 127.0.0.1 database: apollo_test # set these environment variables on your prod server production: - <<: *defaults - database: apollo - username: <%= ENV['MONGO_USERNAME'] %> - password: <%= ENV['MONGO_PASSWORD'] %> uri: <%= ENV['MONGOLAB_URI'] %>