Updating mongoid.yml

pull/48/head
rick carlino 2014-05-22 06:42:45 -07:00
parent 8e77cc3bcf
commit 74a6bb207f
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ module Dss
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de
I18n.enforce_available_locales = false
config.generators do |g|
g.template_engine :haml
g.test_framework :rspec, :fixture_replacement => :factory_girl, :views => false, :helper => false

View File

@ -22,5 +22,3 @@ production:
sessions:
default:
uri: <%= ENV['MONGO_URL'] %>
username: <%= ENV['MONGODB_USERNAME'] %>
password: <%= ENV['MONGODB_PASSWORD'] %>