From bd5f3d1a444f937801c7da4b7900f8e797b89928 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Mon, 24 Jun 2013 19:17:24 +0800 Subject: [PATCH] some changes Conflicts: config/mongoid.yml --- config/mongoid.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 config/mongoid.yml diff --git a/config/mongoid.yml b/config/mongoid.yml deleted file mode 100644 index 7e8d9e5cf..000000000 --- a/config/mongoid.yml +++ /dev/null @@ -1,24 +0,0 @@ -defaults: &defaults - host: localhost - # slaves: - # - host: slave1.local - port: 27017 - # - host: slave2.local - # port: 27019 - -development: - <<: *defaults - database: test_site -test: - <<: *defaults - database: test_site - -# set these environment variables on your prod server -production: - # host: <%= ENV['MONGOID_HOST'] %> - # port: <%= ENV['MONGOID_PORT'] %> - # username: <%= ENV['MONGOID_USERNAME'] %> - # password: <%= ENV['MONGOID_PASSWORD'] %> - # database: <%= ENV['MONGOID_DATABASE'] %> - <<: *defaults - database: test_site