Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Configuration Overview

Understand the boundary between installer configuration, runtime environment, installation records, and external services.

AutoCore configuration has four distinct layers:

LayerAuthorityTypical consequence
Installer fileconfigSchemaVersion, edition, operator metadata, safety defaultsPreflight and installer workflow
Runtime environmentAPI URLs, database, Redis, Meilisearch, mail, storage, payment referencesProcess boot and provider readiness
Installation recordedition, initialized state, primary market, locale, currency, timezone, distance unitDatabase-backed setup and request behavior
Edition profilebrand, bundled locale, namespace, feature and provider boundariesBuild and deployment identity

There is no implicit edition. Unset or unknown AUTOCORE_EDITION fails fast. Secret values belong in an external secret mechanism and are never displayed by the reference.

Verification

For every change, identify the owning layer, whether a restart or migration is required, the backup gate, and the verification command or endpoint. Do not treat a changed environment value as proof that persisted installation state changed.

Related articles