What problem does it solve?
Centralizes and simplifies application configuration for ColdBox projects by providing a clear, production-ready template and best practices for ColdBox.cfc settings, environment overrides, module configuration, logging, caching, and dependency wiring.
Core Features & Use Cases
- Environment Management: Define development, staging, and production overrides and hostname-based environment detection patterns.
- Module & Service Configuration: Provide structured moduleSettings for third-party modules and custom modules, including security and ORM options.
- Logging, Caching, and DI: Configure LogBox appenders and categories, reference CacheBox configuration, and wire dependencies with WireBox binder settings.
- Use Case: Prepare a new ColdBox application with secure secret handling, separate dev/prod logging behavior, and modular overrides for CBORM and CBAuth.
Quick Start
Open your ColdBox.cfc, add coldbox, environments, moduleSettings, logbox, cachebox, and wirebox sections, and use getSystemSetting for all secrets and environment-specific values.