# scaffolded by `acu config init` - the sole config file: where + secrets,
# every key an ACU_* var; print the fully resolved document with:
#   acu config show
# ACU_BASE_URL (REST root) is required. Control-plane SSH is omitted on
# purpose: when the key is absent, acu defaults to Administrator@ plus the
# ACU_BASE_URL hostname (SSH boxes). Hosted / data-plane-only opt-out: add
# the SSH key with an empty value. Tenant CRUD still needs a non-empty
# value post-default.
# Default contract API pin lives in committed target.yaml (default_api),
# not here — never ACU_API_VERSION (see acu config check / --api-version).
# Keep this file out of git (the scaffolded .gitignore already lists it;
# encrypt at rest, e.g. .env.gpg).
ACU_BASE_URL=http://erp.example.com/AcumaticaERP
ACU_TENANT=
ACU_USER=admin
ACU_PASSWORD=
