Skip to content

Instantly share code, notes, and snippets.

@ktkaushik
Created April 9, 2012 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktkaushik/2341519 to your computer and use it in GitHub Desktop.
Save ktkaushik/2341519 to your computer and use it in GitHub Desktop.
Mongoid YAML file.
development:
host: localhost
database: quadmint_development
test:
host: localhost
database: quadmint_test
# 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'] %>
# slaves:
# - host: slave1.local
# port: 27018
# - host: slave2.local
# port: 27019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment