Stringfunctions+ | Variables
The configuration of environment variables is used for managing certain system or environment-specific values (such as base URLs) centrally, and to be able to retrieve them dynamically in formulas or scripts. This enables flexible, maintainable and environment-dependent configurations - e.g. for development, test and production systems.
This formula returns the value of the environment variable that is stored in Contentserv.
Depending on the currently active environment (dev
, test
, prod
), the corresponding value is determined from the configuration.
Field | Description |
---|---|
External Key | External key of the variable (e. g. |
ENV | Environment for which the value applies (e. g. |
Wert | Respective environment-specific content of the variable |
Bemerkung |