Environments And Configuration
Environments and variables
Understand variable precedence, secrets, snapshots, and environment diffs.
Appaloft resolves configuration in this order: defaults, system, organization, project, environment, deployment snapshot.
Build-time variables can be included in build output and cannot be marked secret. Runtime variables are supplied to the running app, and secret values must be masked.
Each deployment persists an immutable environment snapshot.
Diff explains configuration differences. Promote creates a new target environment state instead of rewriting historical deployments.