← DocumentationFoundation · yaml

config.yml

Centralize runtime, application, SSL, locale and database settings.

01

One configuration tree

The runtime loads the project configuration and exposes normalized settings through Support.

02

Environment boundaries

Secrets belong in environment variables; configuration references them without committing credentials.

03

Visual result

Examples are deterministic previews. PHP and shell code is never executed in the browser or on the public server.

yaml
Visual result deterministic

config.yml

Mode
Production
Base URL
/api
Connection
primary · PDO