Configuration
Every Acme service is described by a single acme.config.ts file at
the project root. The config drives:
- Routing and region pinning
- Database connection pooling
- Feature flag defaults
- Audit log retention
- Outbound webhook signing keys
Minimal example
Reference
Environment overrides
Anything in acme.config.ts can be overridden per environment:
The CLI surfaces the merged effective config with acme config show --env production.