You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
cryptcheck-rails/config/mongoid.yml

22 lines
475 B

development:
clients:
default:
database: <%= ENV['MONGO_DATABASE'] %>_development
hosts:
- <%= ENV['MONGO_URL'] %>
test:
clients:
default:
database: <%= ENV['MONGO_DATABASE'] %>_test
hosts:
- <%= ENV['MONGO_URL'] %>
options:
read:
mode: :primary
max_pool_size: 1
production:
clients:
default:
database: <%= ENV['MONGO_DATABASE'] %>
hosts:
- <%= ENV['MONGO_URL'] %>