Glossary
Naming Convention
Section titled “Naming Convention”Throughout the docs, placeholder names follow a pattern:
- Underscores (
_) for config keys you type in YAML:base_data_dir,data_dir,poll_interval - Hyphens (
-) for placeholder values you provide:app-id,service-name
This distinguishes “settings you configure” from “values you supply”.
| Term | Description |
|---|---|
{app-id} | The app identifier (lowercase letters, numbers, hyphens: [a-z0-9-]+). Key in apps.yml. |
{service-name} | The service name (lowercase letters, numbers, hyphens: [a-z0-9-]+). Key under services: in holden.yml. |