Make operational intent inspectable
See the values that govern the running system.
Home / Product / Configuration
Make the runtime fitManage environment-aware runtime settings for services, limits, logging, and behavior without hiding the deployment contract across unrelated scripts.
As a backend grows, service ports, limits, storage paths, logging, and feature options spread across environment variables, scripts, and undocumented defaults. Investigation becomes archaeology.
Daptin keeps runtime configuration in a typed, environment-scoped store that can retain prior values. Operators can understand important choices through one control surface while still using deployment-level secrets and environment configuration where appropriate.
This improves visibility but does not make every setting safe to change live. Runtime composition and some service changes require a controlled restart.
See the values that govern the running system.
Avoid treating local defaults as production policy.
Retain prior values where the configuration store supports it.
Configuration does more when it can reuse the records, people, access rules, and workflows already in your application.
Choose the environment and intended runtime settings.
Keep typed configuration in the supported control surface.
Read values as services and request paths initialize.
Update deliberately and restart when the affected composition requires it.
Start from the experience you want to create; the backend capability supports the work behind it.
Set origins, rates, body limits, and connection bounds for the public surface.
Configure mail, file, or other listeners only where the deployment needs them.
Control logging, rotation, profiles, caches, and database pools.
These capabilities share the same application context, so each one makes configuration more useful.
Configuration is powerful application data. Restrict administrative access, keep secrets in appropriate protected paths, document restart requirements, review defaults, and treat changes as production operations.
Run Daptin locally, explore the live administration surface, and follow one complete application path.