Configuration #

Pragma Engine uses typed configuration classes that are defined in code and overridden per environment in YAML files. Configuration values flow through every layer of the engine: services, plugins, DAO node services, and the client SDKs each declare their own config blocks with code-level defaults that can be overridden, merged, and reloaded at runtime without a restart.

Topics in this section #

TopicDescription
Backend ConfigurationBackend configuration loading, override precedence, dynamic reload, and encrypted secrets.
SDK ConfigurationConfigure the Pragma SDK for Unreal and Unity clients.