Docs Menu
Docs Home
/ / /
Mongoid

Configuration

In this section, you can learn how to configure different options with Mongoid.

  • Application Configuration: Learn about settings you can use to customize how your application works with MongoDB.

  • Persistence Configuration: Learn how to use Mongoid to view and customize your document storage.

  • Sharding Configuration: Learn how to configure sharding in your application.

  • Logging Configuration: Learn how to configure loggers in your application.

  • Query Cache Middleware Configuration: Learn how to implement query cache middleware in your application.

  • Forking Server Configuration: Learn how to configure your application to use a forking web server.

  • Collection Configuration: Learn how to specify configuration options for a MongoDB collection in your application.

Back

Next Steps