API reference
Status of the generated, interactive TelAPI reference.
Status of the generated, interactive TelAPI reference.
Where Delphi runtime configuration lives, how it loads, and how to change it safely — bootstrap .env, AWS SSM, AWS Secrets Manager, and the vars.yaml manifest.
Migration vs runtime Postgres users — MIGRATION_DATABASE_URL for schema work, DATABASE_URL for application CRUD, and optional DATABASE_SECRET_ARN for day-2 rotation.
How fetch-env.sh resolves each variable from bootstrap, AWS SSM, AWS Secrets Manager, external secrets, defaults, and runtime composition — including precedence and namespace conventions.
Searchable catalogue of environment variables consumed by Delphi services, with source, scope, and default.
The two scripts every service uses — init.sh brings the service up from a clean shell, update.sh wraps it with backups and confirmation for steady-state operations.
Pulling database credentials from a managed-database secret like the RDS master user JSON, instead of the per-service Secrets Manager bundle.
Per-service operations index — purpose, runtime, ports, dependencies, and links to each service's operations page.
Which Delphi platform releases are available, which one to run, and the TelPhi SDK version each release works with.
Canonical pinned versions of every upstream image and tool the platform ships, and where each version is declared.
Field-by-field reference for the vars.yaml manifest each service ships, with worked examples for required, sensitive, secret.arn_from, and compose.template.